]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_vfsops.c
[XFS] kill xfs_freeze.
[linux-2.6] / fs / xfs / xfs_vfsops.c
index 1249548aa12ecdca5da2646b9945d15b155b5e7e..fd4a0dfc599fae0b5c497e1e63ee69e9a5a8d7d0 100644 (file)
@@ -692,7 +692,7 @@ xfs_quiesce_fs(
  * care of the metadata. New transactions are already blocked, so we need to
  * wait for any remaining transactions to drain out before proceding.
  */
-STATIC void
+void
 xfs_attr_quiesce(
        xfs_mount_t     *mp)
 {
@@ -1902,16 +1902,3 @@ xfs_showargs(
                seq_puts(m, "," MNTOPT_DMAPI);
        return 0;
 }
-
-/*
- * Second stage of a freeze. The data is already frozen so we only
- * need to take care of themetadata. Once that's done write a dummy
- * record to dirty the log in case of a crash while frozen.
- */
-void
-xfs_freeze(
-       xfs_mount_t     *mp)
-{
-       xfs_attr_quiesce(mp);
-       xfs_fs_log_dummy(mp);
-}