nfs: use > 1 request to handle bsize < PAGE_SIZE
authorWeston Andros Adamson <dros@primarydata.com>
Thu, 15 May 2014 15:56:52 +0000 (11:56 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 29 May 2014 15:11:48 +0000 (11:11 -0400)
commitf0cb9ab8d5589fc553761068200e5a8342f61de0
treeae7f0bc99fa85e90333c2400d050620167dd1b8f
parent0f9c429eca07aca2764ccd751e2b48ba5397b936
nfs: use > 1 request to handle bsize < PAGE_SIZE

Use the newly added support for multiple requests per page for
rsize/wsize < PAGE_SIZE, instead of having multiple read / write
data structures per pageio header.

This allows us to get rid of nfs_pgio_multi.

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