commit | 048883e0b934d9a5103d40e209cb14b7f33d2933 | [log] [tgz] |
---|---|---|
author | Peng Tao <tao.peng@primarydata.com> | Fri Sep 11 11:14:06 2015 +0800 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Sep 17 15:48:23 2015 -0400 |
tree | f96c88dc05fceef2ff08fbe5470cc9a36310aa67 | |
parent | a41cbe86df3afbc82311a1640e20858c0cd7e065 [diff] |
nfs: fix pg_test page count calculation We really want sizeof(struct page *) instead. Otherwise we limit maximum IO size to 64 pages rather than 512 pages on a 64bit system. Fixes 2e11f829(nfs: cap request size to fit a kmalloced page array). Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Peng Tao <tao.peng@primarydata.com> Fixes: 2e11f8296d22 ("nfs: cap request size to fit a kmalloced page array") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>