commit | f0cb9ab8d5589fc553761068200e5a8342f61de0 | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Thu May 15 11:56:52 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu May 29 11:11:48 2014 -0400 |
tree | ae7f0bc99fa85e90333c2400d050620167dd1b8f | |
parent | 0f9c429eca07aca2764ccd751e2b48ba5397b936 [diff] |
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>