Re: [RFC][PATCH v2 4/4] vfs: wrap write f_ops with file_{start,end}_write()
From: Christoph Hellwig <hch@lst.de>
Date: 2017-01-27 17:51:50
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@lst.de>
Date: 2017-01-27 17:51:50
Also in:
linux-fsdevel
On Fri, Jan 27, 2017 at 07:29:00PM +0200, Amir Goldstein wrote:
Christoph, To your understanding, is it correct to add the IS_REG check in vfs_copy_file_range()?
Yes. The only thing that could maybe make sense would be block devices. But I'd prefer to only add then on an as-needed basis.