]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: check-integrity: drop unnecessary function prototypes
authorAnand Jain <anand.jain@oracle.com>
Mon, 5 Jul 2021 09:06:18 +0000 (17:06 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Aug 2021 11:18:58 +0000 (13:18 +0200)
commitd11f281dacf3bf0e15ba6f89fece9fa3a99c1f3d
tree8b2ac37689b32c27e17c8268accc08a29175ef84
parentaaab8085d30192909746e94f31d7ee59bdff02cb
btrfs: check-integrity: drop unnecessary function prototypes

The function prototypes below aren't necessary as the functions are
first defined before called. Remove them.

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/check-integrity.c