Skip to content

Commit

Permalink
zfs_sb_prune: don't call invalidate_inodes
Browse files Browse the repository at this point in the history
  • Loading branch information
snajpa committed Mar 19, 2015
1 parent d44b4f2 commit cbc4156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/zfs/zfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@ zfs_sb_prune(struct super_block *sb, unsigned long nr_to_scan, int *objects)
*/
*objects = 0;
shrink_dcache_parent(sb->s_root);
error = invalidate_inodes(sb, 0);
#endif
ZFS_EXIT(zsb);

Expand Down

0 comments on commit cbc4156

Please sign in to comment.