summaryrefslogtreecommitdiffstats
path: root/fs/super.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-13 15:55:09 +0200
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-13 15:55:09 +0200
commit0bc0748dfbefacce9c6b67ab23f2c80133b598f7 (patch)
tree76946adc08a26973fcdb39fe0eb3ef5e1f8f121d /fs/super.c
parent[GFS2] Use hlist for glock hash chains (diff)
parentLinux v2.6.18-rc7 (diff)
downloadlinux-0bc0748dfbefacce9c6b67ab23f2c80133b598f7.tar.xz
linux-0bc0748dfbefacce9c6b67ab23f2c80133b598f7.zip
Merge branch 'master' into gfs2
Diffstat (limited to 'fs/super.c')
-rw-r--r--fs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c
index 6d4e8174b6db..5c4c94d5495e 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.