From: Matthew Wilcox Date: Thu, 10 Feb 2011 15:30:34 +0000 (-0500) Subject: NVMe: Optimise memory usage for I/Os between 4k and 128k X-Git-Tag: v3.3-rc1~16^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99802a7aee2b3dd720e382c52b892cc6a8122b11;p=pandora-kernel.git NVMe: Optimise memory usage for I/Os between 4k and 128k Add a second memory pool for smaller I/Os. We can pack 16 of these on a single page instead of using an entire page for each one. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed