Re: [PATCH 2/2] btrfs: sink extent_write_full_page tree argument

2017-12-12 Thread David Sterba
On Fri, Dec 08, 2017 at 03:55:59PM +0200, Nikolay Borisov wrote: > The tree argument passed to extent_write_full_page is referenced from > the page being passed to the same function. Since we already have > enough information to get the reference, remove the function parameter. > > Signed-off-by:

[PATCH 2/2] btrfs: sink extent_write_full_page tree argument

2017-12-08 Thread Nikolay Borisov
The tree argument passed to extent_write_full_page is referenced from the page being passed to the same function. Since we already have enough information to get the reference, remove the function parameter. Signed-off-by: Nikolay Borisov --- fs/btrfs/extent_io.c | 5 ++---