]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/super.c
Merge git://oss.sgi.com:8090/xfs/xfs-2.6
[karo-tx-linux.git] / fs / super.c
index 6d4e8174b6db4fd7548b94403aafdd49043966f9..5c4c94d5495e42588c9aef5a9fe4271d54f1da24 100644 (file)
@@ -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.