X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fblock_dev.c;h=2980eabe577981c0852a9286eea9be4474143687;hb=8fbbfd214c853102b614f4705c1904ed14f5a808;hp=3635315e3b99837c4c324baddb033fc2b212a99c;hpb=10b275ddfd05ccb414cfe0cc56a0f47ff20fe807;p=linux-2.6 diff --git a/fs/block_dev.c b/fs/block_dev.c index 3635315e3b..2980eabe57 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -517,7 +517,7 @@ void __init bdev_cache_init(void) bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode), 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| SLAB_MEM_SPREAD|SLAB_PANIC), - init_once, NULL); + init_once); err = register_filesystem(&bd_type); if (err) panic("Cannot register bdev pseudo-fs");