Re: [RFC PATCH 1/8] btrfs: use iocb for __btrfs_buffered_write

2018-05-22 Thread David Sterba
On Tue, May 22, 2018 at 03:40:18PM +0900, Misono Tomohiro wrote: > > @@ -1815,7 +1816,6 @@ static ssize_t __btrfs_direct_write(struct kiocb > > *iocb, struct iov_iter *from) > > { > > struct file *file = iocb->ki_filp; > > struct inode *inode = file_inode(file); > > - loff_t pos = iocb-

Re: [RFC PATCH 1/8] btrfs: use iocb for __btrfs_buffered_write

2018-05-21 Thread Misono Tomohiro
On 2017/11/18 2:44, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > Preparatory patch. It reduces the arguments to __btrfs_buffered_write > to follow buffered_write() style. > > Signed-off-by: Goldwyn Rodrigues > > --- > fs/btrfs/file.c | 24 > 1 file changed,

Re: [RFC PATCH 1/8] btrfs: use iocb for __btrfs_buffered_write

2018-04-10 Thread David Sterba
On Fri, Nov 17, 2017 at 11:44:47AM -0600, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > Preparatory patch. It reduces the arguments to __btrfs_buffered_write > to follow buffered_write() style. > > Signed-off-by: Goldwyn Rodrigues I got pointed to this patch that it could be applied i