Re: [PATCH 4/4] vfs: RWF_NONBLOCK flag for preadv2

From: Jeff Moyer
Date: Fri Oct 24 2014 - 11:56:15 EST


Milosz Tanski <milosz@xxxxxxxxx> 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 <milosz@xxxxxxxxx>

Add in the 2 hunks from the other patches, as suggested by Christoph,
and you can add my:

Reviewed-by: Jeff Moyer <jmoyer@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/