X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fsuper.c;h=5c4c94d5495e42588c9aef5a9fe4271d54f1da24;hb=6c2a9e6df60478e712f3c3d98b5047778a82a3d7;hp=6d4e8174b6db4fd7548b94403aafdd49043966f9;hpb=f7d57e42e7ebd085133506ef6325e70e822196dc;p=linux-2.6 diff --git a/fs/super.c b/fs/super.c index 6d4e8174b6..5c4c94d549 100644 --- a/fs/super.c +++ b/fs/super.c @@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock); /** * alloc_super - create new superblock + * @type: filesystem type superblock should belong to * * Allocates and initializes a new &struct super_block. alloc_super() * returns a pointer new superblock or %NULL if allocation had failed.