fs: fix kernel-doc markups
[linux-block.git] / fs / super.c
index 2c6cdea2ab2d9ed76bb07501d8a53f7dd827d56d..18a3de0b93f5a8fe3cb22dd9976cab7dc96641e1 100644 (file)
@@ -1718,12 +1718,6 @@ int freeze_super(struct super_block *sb)
 }
 EXPORT_SYMBOL(freeze_super);
 
-/**
- * thaw_super -- unlock filesystem
- * @sb: the super to thaw
- *
- * Unlocks the filesystem and marks it writeable again after freeze_super().
- */
 static int thaw_super_locked(struct super_block *sb)
 {
        int error;
@@ -1759,6 +1753,12 @@ out:
        return 0;
 }
 
+/**
+ * thaw_super -- unlock filesystem
+ * @sb: the super to thaw
+ *
+ * Unlocks the filesystem and marks it writeable again after freeze_super().
+ */
 int thaw_super(struct super_block *sb)
 {
        down_write(&sb->s_umount);