]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21b9763177c56e9034d98b95922d2561e5cbea18
treea616e974f0ad621f219ce0a95d582e8cab07325d
parent98716dfb4d6c05d0c67d594bf1c728162a19dde2
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