diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index b4d71b5e1ff2..f4131e8ead74 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -604,6 +604,7 @@ struct inode {  	struct mutex		i_mutex;  	unsigned long		dirtied_when;	/* jiffies of first dirtying */ +	unsigned long		dirtied_time_when;  	struct hlist_node	i_hash;  	struct list_head	i_wb_list;	/* backing dev IO list */  |