diff options
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/inode.c b/fs/inode.c index 87535753ab04..4fa4f0916af9 100644 --- a/fs/inode.c +++ b/fs/inode.c | |||
@@ -776,6 +776,8 @@ void prune_icache_sb(struct super_block *sb, int nr_to_scan) | |||
776 | else | 776 | else |
777 | __count_vm_events(PGINODESTEAL, reap); | 777 | __count_vm_events(PGINODESTEAL, reap); |
778 | spin_unlock(&sb->s_inode_lru_lock); | 778 | spin_unlock(&sb->s_inode_lru_lock); |
779 | if (current->reclaim_state) | ||
780 | current->reclaim_state->reclaimed_slab += reap; | ||
779 | 781 | ||
780 | dispose_list(&freeable); | 782 | dispose_list(&freeable); |
781 | } | 783 | } |