commit | 4fbef206daead133085fe33905f5e842d38fb8da | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 13 22:42:20 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jul 13 16:45:43 2007 -0700 |
tree | 94689f4fc018e0a599db08a6902fbc079d33c07e | |
parent | 4fd885170bf13841ada921495b7b00c4b9971cf9 [diff] |
nfsd: fix nfsd_vfs_read() splice actor setup When nfsd was transitioned to use splice instead of sendfile() for data transfers, a line setting the page index was lost. Restore it, so that nfsd is functional when that path is used. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>