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 dab9a5f6dfd6..5b806f23ad0a 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -926,7 +926,7 @@ xfs_fs_evict_inode( | |||
926 | trace_xfs_evict_inode(ip); | 926 | trace_xfs_evict_inode(ip); |
927 | 927 | ||
928 | truncate_inode_pages(&inode->i_data, 0); | 928 | truncate_inode_pages(&inode->i_data, 0); |
929 | end_writeback(inode); | 929 | clear_inode(inode); |
930 | XFS_STATS_INC(vn_rele); | 930 | XFS_STATS_INC(vn_rele); |
931 | XFS_STATS_INC(vn_remove); | 931 | XFS_STATS_INC(vn_remove); |
932 | XFS_STATS_DEC(vn_active); | 932 | XFS_STATS_DEC(vn_active); |