diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 5389f077874b..37f2d11be4ac 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -1025,7 +1025,6 @@ xfs_fs_clear_inode( | |||
1025 | XFS_STATS_DEC(vn_active); | 1025 | XFS_STATS_DEC(vn_active); |
1026 | 1026 | ||
1027 | xfs_inactive(ip); | 1027 | xfs_inactive(ip); |
1028 | xfs_iflags_clear(ip, XFS_IMODIFIED); | ||
1029 | } | 1028 | } |
1030 | 1029 | ||
1031 | STATIC void | 1030 | STATIC void |