Re: [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data

2018-05-17 Thread Andreas Grünbacher
2018-05-09 9:48 GMT+02:00 Christoph Hellwig : > We only call into this function through the iomap iterators, so we already > know the buffer is unwritten. In addition to that we always require the > uptodate flag that is ORed with the result anyway. Please update the

[PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data

2018-05-09 Thread Christoph Hellwig
We only call into this function through the iomap iterators, so we already know the buffer is unwritten. In addition to that we always require the uptodate flag that is ORed with the result anyway. Signed-off-by: Christoph Hellwig --- fs/iomap.c | 9 ++--- 1 file changed, 2