fs: pass iocb to do_generic_file_read
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Aug 2017 14:13:18 +0000 (16:13 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Sep 2017 23:04:22 +0000 (19:04 -0400)
commit47c27bc46946dea543196a92061da14c6da9889e
tree905d286c9435e0c09ff93dc120ec9c8a11efee63
parentcc4a41fe5541a73019a864883297bd5043aa6d98
fs: pass iocb to do_generic_file_read

And rename it to the more descriptive generic_file_buffered_read while
at it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/filemap.c