--- fs/block_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/fs/block_dev.c =================================================================== --- linux-2.6.orig/fs/block_dev.c 2007-09-18 15:44:37.000000000 -0700 +++ linux-2.6/fs/block_dev.c 2007-09-18 15:45:22.000000000 -0700 @@ -516,7 +516,7 @@ void __init bdev_cache_init(void) int err; bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode), 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| - SLAB_MEM_SPREAD|SLAB_PANIC), + SLAB_MEM_SPREAD|SLAB_PANIC|SLAB_VFALLBACK), init_once); err = register_filesystem(&bd_type); if (err)