]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 6 Apr 2021 13:35:52 +0000 (15:35 +0200)
commit4d9c607976c25c1d39d9e6b57ea2cff5deecd4bc
tree7753cf38f83eadee0c8247dca338eea5770a1775
parent99f6f1983c05a0ba658ce0528fc2ba585014bd27
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