btrfs: scrub: drop a few function declarations
authorAnand Jain <anand.jain@oracle.com>
Thu, 11 Feb 2021 05:25:17 +0000 (21:25 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:14 +0000 (17:25 +0200)
commite5ce9886904a1ed20c17bdc182c0faf5c341f00b
treed50f1f05c1d2807decdbc5b824a425a0bfab1765
parentf4639636b6b89aafe6071906305cb2a117e91a8b
btrfs: scrub: drop a 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 and don't
need forward declaration.

No functional changes.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/scrub.c