From: Matthew Wilcox Date: Wed, 16 Mar 2011 20:43:40 +0000 (-0400) Subject: NVMe: Fix off-by-one when filling in PRP lists X-Git-Tag: v3.3-rc1~16^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7523d834dd1573610078eb1ac0933f6490232f90;p=pandora-kernel.git NVMe: Fix off-by-one when filling in PRP lists If the last element in the PRP list fits on the end of the page, there's no need to allocate an extra page to put that single element in. It can fit on the end of the page. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed