diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 2fcfd5b0b046..0d9de41a7151 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -932,7 +932,7 @@ xfs_fs_evict_inode( | |||
932 | trace_xfs_evict_inode(ip); | 932 | trace_xfs_evict_inode(ip); |
933 | 933 | ||
934 | truncate_inode_pages(&inode->i_data, 0); | 934 | truncate_inode_pages(&inode->i_data, 0); |
935 | end_writeback(inode); | 935 | clear_inode(inode); |
936 | XFS_STATS_INC(vn_rele); | 936 | XFS_STATS_INC(vn_rele); |
937 | XFS_STATS_INC(vn_remove); | 937 | XFS_STATS_INC(vn_remove); |
938 | XFS_STATS_DEC(vn_active); | 938 | XFS_STATS_DEC(vn_active); |