diff options
-rw-r--r-- | fs/super.c | 4 |
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: | |||
946 | EXPORT_SYMBOL_GPL(vfs_kern_mount); | 946 | EXPORT_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 |