From: Jens Axboe Date: Fri, 5 Dec 2008 15:10:29 +0000 (+0100) Subject: block: don't create bio_vec slabs of less than the inline number X-Git-Tag: v2.6.30-rc1~660^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7fcd37cdcb47806fb8a9070f006ee34061defa6;p=pandora-kernel.git block: don't create bio_vec slabs of less than the inline number If we don't have CONFIG_BLK_DEV_INTEGRITY set, then we don't have any external dependencies on the bio_vec slabs. So don't create the ones that we will inline anyway. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed