diff options
Diffstat (limited to 'include/linux/mmzone.h')
| -rw-r--r-- | include/linux/mmzone.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index c4c37fd12104..f6f884970511 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -257,8 +257,8 @@ struct lruvec {  	 */  	unsigned long			anon_cost;  	unsigned long			file_cost; -	/* Evictions & activations on the inactive file list */ -	atomic_long_t			inactive_age; +	/* Non-resident age, driven by LRU movement */ +	atomic_long_t			nonresident_age;  	/* Refaults at the time of last reclaim cycle */  	unsigned long			refaults;  	/* Various lruvec state flags (enum lruvec_flags) */ | 
