mm + fs: store shadow entries in page cache
[deliverable/linux.git] / fs / btrfs / inode.c
index d3d44486290bf6c8dce015ec24f440874ceb6d67..49ec1398879f7a1a5202587c4328b4c104960f44 100644 (file)
@@ -4593,7 +4593,7 @@ static void evict_inode_truncate_pages(struct inode *inode)
        struct rb_node *node;
 
        ASSERT(inode->i_state & I_FREEING);
-       truncate_inode_pages(&inode->i_data, 0);
+       truncate_inode_pages_final(&inode->i_data);
 
        write_lock(&map_tree->lock);
        while (!RB_EMPTY_ROOT(&map_tree->map)) {
This page took 0.037635 seconds and 5 git commands to generate.