]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6488dd44421563bc2dc4bd87c454bd172efe848e
treeae7f0bc99fa85e90333c2400d050620167dd1b8f
parent378e4470ba64e4914c7ed5679fd6fb1770792bd7
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