hfs: remove extra mdb write on unmount
[linux-2.6-microblaze.git] / fs / hfs / super.c
index f7c06bb..47e4119 100644 (file)
@@ -74,8 +74,6 @@ static int hfs_sync_fs(struct super_block *sb, int wait)
  */
 static void hfs_put_super(struct super_block *sb)
 {
-       if (sb->s_dirt)
-               hfs_write_super(sb);
        hfs_mdb_close(sb);
        /* release the MDB's resources */
        hfs_mdb_put(sb);