|
@@ -776,6 +776,8 @@ void prune_icache_sb(struct super_block *sb, int nr_to_scan)
|
|
else
|
|
else
|
|
__count_vm_events(PGINODESTEAL, reap);
|
|
__count_vm_events(PGINODESTEAL, reap);
|
|
spin_unlock(&sb->s_inode_lru_lock);
|
|
spin_unlock(&sb->s_inode_lru_lock);
|
|
|
|
+ if (current->reclaim_state)
|
|
|
|
+ current->reclaim_state->reclaimed_slab += reap;
|
|
|
|
|
|
dispose_list(&freeable);
|
|
dispose_list(&freeable);
|
|
}
|
|
}
|