From ff980dc5fe24ef7073a3b4310cd637941d02957e Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 24 May 2010 22:22:34 -0700 Subject: [PATCH] --- yaml --- r: 199175 b: refs/heads/master c: 7000d3c424e5bb350e502a477fb0e1ed42f8b10e h: refs/heads/master i: 199173: b7969d07f762d3e72e0bfe0a931d6f27a2a7c9ff 199171: aaa2b4ada9a38beb9443734c56e6dc193ef22e04 199167: 6c417326ddc34373facf23a5b4c7f6bdd4fa65f8 v: v3 --- [refs] | 2 +- trunk/fs/super.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8542ceef988e..0a71948337a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ab7620a0cefe6982b914a830a41f65ecccd74bd +refs/heads/master: 7000d3c424e5bb350e502a477fb0e1ed42f8b10e diff --git a/trunk/fs/super.c b/trunk/fs/super.c index 69688b15f1fa..a67409e5ad94 100644 --- a/trunk/fs/super.c +++ b/trunk/fs/super.c @@ -946,8 +946,8 @@ vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void EXPORT_SYMBOL_GPL(vfs_kern_mount); /** - * freeze_super -- lock the filesystem and force it into a consistent state - * @super: the super to lock + * freeze_super - lock the filesystem and force it into a consistent state + * @sb: the super to lock * * Syncs the super to make sure the filesystem is consistent and calls the fs's * freeze_fs. Subsequent calls to this without first thawing the fs will return