OSDN Git Service

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)
commit68072992c8f6ace57fe80b6fb5d57b3ae887a09d
tree2d6ee1de5a0a7cb61a1d9b171c8b05e83b8653e3
parentc6194271f94b81042bbc45034d31f9b0920f3905
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