git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a3844
)
pnfsblock: limit bio page count
author
Peng Tao
<bergwolf@gmail.com>
Thu, 12 Jan 2012 15:18:48 +0000
(23:18 +0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 12 Jan 2012 21:39:05 +0000
(16:39 -0500)
One bio can have at most BIO_MAX_PAGES pages. We should limit it bec otherwise
bio_alloc will fail when there are many pages in one read/write_pagelist.
Cc: <stable@vger.kernel.org> #3.1+
Signed-off-by: Peng Tao <peng_tao@emc.com>
Signed-off-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found