Re: [PATCH 3/5] btrfs: scrub drop few function declarations

2021-02-11 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

[PATCH 3/5] btrfs: scrub drop few function declarations

2021-02-10 Thread Anand Jain
Drop function declarations at the beginning of the file scrub.c. These functions are defined before they are used in the same file. No functional changes. Signed-off-by: Anand Jain --- fs/btrfs/scrub.c | 8 1 file changed, 8 deletions(-) diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.