Re: [PATCH 3/5] btrfs: scrub drop few function declarations
Looks good, Reviewed-by: Johannes Thumshirn
[PATCH 3/5] btrfs: scrub drop few function declarations
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.