Re: [PATCH] btrfs: Make flush_space return void

2017-07-26 Thread David Sterba
On Tue, Jul 25, 2017 at 05:48:28PM +0300, Nikolay Borisov wrote: > The return value of flush_space was used to have significance in the early > days > when the code was first introduced and before the ticketed enospc rework. > Since > the latter got introduced the return value lost any significan

[PATCH] btrfs: Make flush_space return void

2017-07-25 Thread Nikolay Borisov
The return value of flush_space was used to have significance in the early days when the code was first introduced and before the ticketed enospc rework. Since the latter got introduced the return value lost any significance whatsoever to its callers. So let's remove it. While at it also remove the