]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove redundant forward declarations
authorNikolay Borisov <nborisov@suse.com>
Thu, 31 Aug 2017 08:48:51 +0000 (11:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:55 +0000 (12:27 +0100)
commit21e288f8fcc5f87354134316fa598405501b695e
tree00e91f2209334bc7576a4e524628a475ab16d17b
parentb729097e3d54f8a90eb462bd4bfcb63123fc219d
btrfs: Remove redundant forward declarations

Some static functions are needlessly forward declared. Let's remove those
declarations since they add no value.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c