mm + fs: store shadow entries in page cache
[deliverable/linux.git] / fs / xfs / xfs_super.c
index d971f4932b5d8bb92d5efe645f372462abfbbe81..0ef5992189913a93f82ed7e83ef2aefffac64287 100644 (file)
@@ -996,7 +996,7 @@ xfs_fs_evict_inode(
 
        trace_xfs_evict_inode(ip);
 
-       truncate_inode_pages(&inode->i_data, 0);
+       truncate_inode_pages_final(&inode->i_data);
        clear_inode(inode);
        XFS_STATS_INC(vn_rele);
        XFS_STATS_INC(vn_remove);
This page took 0.032714 seconds and 5 git commands to generate.