aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-05-25 01:22:34 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2010-05-27 22:06:23 -0400
commit7000d3c424e5bb350e502a477fb0e1ed42f8b10e (patch)
tree1a0b27d94942969d2ff9e25cfd53f8f20992b6b4 /fs/super.c
parent0ab7620a0cefe6982b914a830a41f65ecccd74bd (diff)
fs/super: fix kernel-doc warning
Fix fs/super.c kernel-doc warning and function notation: Warning(fs/super.c:957): No description found for parameter 'sb' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
-rw-r--r--fs/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c
index 69688b15f1fa..a67409e5ad94 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -946,8 +946,8 @@ out:
946EXPORT_SYMBOL_GPL(vfs_kern_mount); 946EXPORT_SYMBOL_GPL(vfs_kern_mount);
947 947
948/** 948/**
949 * freeze_super -- lock the filesystem and force it into a consistent state 949 * freeze_super - lock the filesystem and force it into a consistent state
950 * @super: the super to lock 950 * @sb: the super to lock
951 * 951 *
952 * Syncs the super to make sure the filesystem is consistent and calls the fs's 952 * Syncs the super to make sure the filesystem is consistent and calls the fs's
953 * freeze_fs. Subsequent calls to this without first thawing the fs will return 953 * freeze_fs. Subsequent calls to this without first thawing the fs will return