Re: [PATCH 4/4] vfs: RWF_NONBLOCK flag for preadv2
From: Jeff Moyer <hidden>
Date: 2014-10-24 15:55:23
Also in:
linux-fsdevel, lkml
From: Jeff Moyer <hidden>
Date: 2014-10-24 15:55:23
Also in:
linux-fsdevel, lkml
Milosz Tanski [off-list ref] writes:
Filesystems that generic_file_read_iter will not be allowed to perform non-blocking reads. This only will read data if it's in the page cache and if there is no page error (causing a re-read). Christoph Hellwig wrote the filesystem specify code (cifs, ofs, shm, xfs). Signed-off-by: Milosz Tanski <redacted>
Add in the 2 hunks from the other patches, as suggested by Christoph, and you can add my: Reviewed-by: Jeff Moyer <redacted> -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>