]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: support page groups in nfs_read_completion
authorWeston Andros Adamson <dros@primarydata.com>
Thu, 15 May 2014 15:56:57 +0000 (11:56 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 29 May 2014 15:11:50 +0000 (11:11 -0400)
commitdb71d105acc4f61ac8b1bbb15b41a8a34d6fb6bf
tree2d6ee1de5a0a7cb61a1d9b171c8b05e83b8653e3
parent63ab9b1c574a35467e83a3244cc2aefc8ff5964a
nfs: support page groups in nfs_read_completion

nfs_read_completion relied on the fact that there was a 1:1 mapping
of page to nfs_request, but this has now changed.

Regions not covered by a request have already been zeroed elsewhere.

Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/read.c