]> git.baikalelectronics.ru Git - kernel.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>
Mon, 19 Apr 2021 15:25:14 +0000 (17:25 +0200)
commit8de334ab2b775a50763b79b44f1acb916a06e9e5
treed50f1f05c1d2807decdbc5b824a425a0bfab1765
parentc8d7af6225374be2ab6dff6dcc4dc87faaa462fd
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