Re: [Cluster-devel] [PATCH v5 6/7] fs: pass iocb to generic_write_sync

2014-11-06 Thread Steven Whitehouse
Hi, On 05/11/14 21:14, Milosz Tanski wrote: From: Christoph Hellwig h...@lst.de Clean up the generic_write_sync by just passing an iocb and a bytes written / negative errno argument. In addition to simplifying the callers this also prepares for passing a per-operation O_DSYNC flag. Two

Re: [Cluster-devel] [Linux-NTFS-Dev] [PATCH v5 6/7] fs: pass iocb to generic_write_sync

2014-11-06 Thread Anton Altaparmakov
Hi, On 5 Nov 2014, at 23:14, Milosz Tanski mil...@adfin.com wrote: From: Christoph Hellwig h...@lst.de Clean up the generic_write_sync by just passing an iocb and a bytes written / negative errno argument. In addition to simplifying the callers this also prepares for passing a

Re: [Cluster-devel] [PATCH v5 6/7] fs: pass iocb to generic_write_sync

2014-11-06 Thread Jan Kara
On Wed 05-11-14 16:14:52, Milosz Tanski wrote: From: Christoph Hellwig h...@lst.de Clean up the generic_write_sync by just passing an iocb and a bytes written / negative errno argument. In addition to simplifying the callers this also prepares for passing a per-operation O_DSYNC flag. Two

Re: [Cluster-devel] [Linux-NTFS-Dev] [PATCH v5 6/7] fs: pass iocb to generic_write_sync

2014-11-06 Thread Milosz Tanski
On Thu, Nov 6, 2014 at 5:52 AM, Anton Altaparmakov ai...@cam.ac.uk wrote: Hi, On 5 Nov 2014, at 23:14, Milosz Tanski mil...@adfin.com wrote: From: Christoph Hellwig h...@lst.de Clean up the generic_write_sync by just passing an iocb and a bytes written / negative errno argument. In