]> 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)
commit6d3e3abeb1a7022544b06e155fbe0f9c765137fa
tree8b2ac37689b32c27e17c8268accc08a29175ef84
parente173a8c0fc66f6c34cd682c0d4bbe00e54fe4ae5
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