]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/btrfs/scrub.c
btrfs: scrub: unify naming of page address variables
authorDavid Sterba <dsterba@suse.com>
Fri, 29 May 2020 13:32:51 +0000 (15:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:22 +0000 (12:55 +0200)
commitb04852520ec260dd4080864cd2b309d163f76b5e
treea616e974f0ad621f219ce0a95d582e8cab07325d
parenta8b3a89074f8677533cdb3843da121d697c1938c
btrfs: scrub: unify naming of page address variables

As the page mapping has been removed, rename the variables to 'kaddr'
that we use everywhere else. The type is changed to 'char *' so pointer
arithmetic works without casts.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/scrub.c