]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_mount.c
[XFS] remove the mount inode list
[~andy/linux] / fs / xfs / xfs_mount.c
index 40338ff8fddd97205bf3cd30c85d6c4444a95d70..43e5917465aea15746226e1d7f6935016b9163d0 100644 (file)
@@ -1282,11 +1282,6 @@ xfs_unmountfs(
        xfs_unmountfs_wait(mp);                 /* wait for async bufs */
        xfs_log_unmount(mp);                    /* Done! No more fs ops. */
 
-       /*
-        * All inodes from this mount point should be freed.
-        */
-       ASSERT(mp->m_inodes == NULL);
-
        if ((mp->m_flags & XFS_MOUNT_NOUUID) == 0)
                uuid_table_remove(&mp->m_sb.sb_uuid);