Re: [PATCH] btrfs: Remove redundant forward declarations

2017-09-06 Thread David Sterba
On Thu, Aug 31, 2017 at 11:48:51AM +0300, Nikolay Borisov wrote: > Some static functions are needlessly forward declared. Let's remove those > declarations since they add no value. > > Signed-off-by: Nikolay Borisov > --- > > Here is a less invasive version of my previous

[PATCH] btrfs: Remove redundant forward declarations

2017-08-31 Thread Nikolay Borisov
Some static functions are needlessly forward declared. Let's remove those declarations since they add no value. Signed-off-by: Nikolay Borisov --- Here is a less invasive version of my previous patch removing the fwd declarations in extent-tree. This time I've limited myself