btrfs: scrub: distinguish scrub page from regular page
authorQu Wenruo <wqu@suse.com>
Tue, 3 Nov 2020 13:31:01 +0000 (21:31 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 8 Dec 2020 14:54:04 +0000 (15:54 +0100)
commit261d2dcb24302b220281f989d978268310a31bed
tree07fb2ede3e6e2473d5c31673b360c9c789d2060b
parentac303b6987a9633ef11447a861d24752387dbdfc
btrfs: scrub: distinguish scrub page from regular page

There are several call sites where we declare something like
"struct scrub_page *page".

This is confusing as we also use regular page in this code,
rename it to 'spage' where applicable.

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