block: don't create bio_vec slabs of less than the inline number
authorJens Axboe <jens.axboe@oracle.com>
Fri, 5 Dec 2008 15:10:29 +0000 (16:10 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Mar 2009 11:35:16 +0000 (12:35 +0100)
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 <jens.axboe@oracle.com>
fs/bio.c

diff --cc fs/bio.c
Simple merge