Re: [PATCH v7 1/5] vfs: Prepare for adding a new preadv/pwritev with user flags.

2015-03-16 Thread Andreas Dilger
On Mar 16, 2015, at 12:27 PM, Milosz Tanski wrote: > > Plumbing the flags argument through the vfs code so they can be passed > down to __generic_file_(read/write)_iter function that do the acctual work. > > Signed-off-by: Milosz Tanski > Reviewed-by: Christoph Hellwig > Reviewed-by: Jeff

[PATCH v7 1/5] vfs: Prepare for adding a new preadv/pwritev with user flags.

2015-03-16 Thread Milosz Tanski
Plumbing the flags argument through the vfs code so they can be passed down to __generic_file_(read/write)_iter function that do the acctual work. Signed-off-by: Milosz Tanski Reviewed-by: Christoph Hellwig Reviewed-by: Jeff Moyer --- drivers/target/target_core_file.c | 6 +++---

Re: [PATCH v7 1/5] vfs: Prepare for adding a new preadv/pwritev with user flags.

2015-03-16 Thread Andreas Dilger
On Mar 16, 2015, at 12:27 PM, Milosz Tanski mil...@adfin.com wrote: Plumbing the flags argument through the vfs code so they can be passed down to __generic_file_(read/write)_iter function that do the acctual work. Signed-off-by: Milosz Tanski mil...@adfin.com Reviewed-by: Christoph

[PATCH v7 1/5] vfs: Prepare for adding a new preadv/pwritev with user flags.

2015-03-16 Thread Milosz Tanski
Plumbing the flags argument through the vfs code so they can be passed down to __generic_file_(read/write)_iter function that do the acctual work. Signed-off-by: Milosz Tanski mil...@adfin.com Reviewed-by: Christoph Hellwig h...@lst.de Reviewed-by: Jeff Moyer jmo...@redhat.com ---