]> Git Repo - linux.git/commit
btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_root
authorJohannes Thumshirn <[email protected]>
Wed, 31 Jul 2024 20:43:04 +0000 (22:43 +0200)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:17 +0000 (16:51 +0200)
commitd6106f0dc502c8ec375d6612418f7aa0e3e7d2b7
treeeb122e9dc19a3ecc527478bfcfe4dc8ceebb2132
parentf8428360c8f9eca3bf355cdf10b789f880d61b47
btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_root

Rename 'btrfs_io_stripe::is_scrub' to 'rst_search_commit_root'. While
'is_scrub' describes the state of the io_stripe (it is a stripe submitted
by scrub) it does not describe the purpose, namely looking at the commit
root when searching RAID stripe-tree entries.

Renaming the stripe to rst_search_commit_root describes this purpose.

Reviewed-by: Josef Bacik <[email protected]>
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Johannes Thumshirn <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/bio.c
fs/btrfs/raid-stripe-tree.c
fs/btrfs/scrub.c
fs/btrfs/volumes.h
This page took 0.082312 seconds and 4 git commands to generate.