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