diff --git a/[refs] b/[refs] index aca7012003f1..7fa699010609 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6dba28379edc08327ede01ff41bd3c9dd46a7fa0 +refs/heads/master: fe2bbc4832659b7ffc867cac03e0a92ae81e11e4 diff --git a/trunk/fs/super.c b/trunk/fs/super.c index 6d4e8174b6db..5c4c94d5495e 100644 --- a/trunk/fs/super.c +++ b/trunk/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.