mbox series

[0/2] Minor parameter cleanups

Message ID cover.1572369984.git.dsterba@suse.com (mailing list archive)
Headers show
Series Minor parameter cleanups | expand

Message

David Sterba Oct. 29, 2019, 5:28 p.m. UTC
We can remove write_flags parameter in case the function also has wbc
(and the value is equal).

David Sterba (2):
  btrfs: sink write_flags to __extent_writepage_io
  btrfs: sink write flags to cow_file_range_async

 fs/btrfs/extent_io.c | 8 +++-----
 fs/btrfs/inode.c     | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

Comments

Nikolay Borisov Oct. 30, 2019, 11:39 a.m. UTC | #1
On 29.10.19 г. 19:28 ч., David Sterba wrote:
> We can remove write_flags parameter in case the function also has wbc
> (and the value is equal).
> 
> David Sterba (2):
>   btrfs: sink write_flags to __extent_writepage_io
>   btrfs: sink write flags to cow_file_range_async
> 
>  fs/btrfs/extent_io.c | 8 +++-----
>  fs/btrfs/inode.c     | 8 +++-----
>  2 files changed, 6 insertions(+), 10 deletions(-)
> 

For the whole series:

Reviewed-by: Nikolay Borisov <nborisov@suse.com>