diff --git a/[refs] b/[refs] index 2806e4191ccb..80575cb62fe0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fe4746ab694690af9f2ccb80184f5c575917c7f +refs/heads/master: 9fdfdcf17151e8326c4d18cc133abc6e58f47568 diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index cdf9495df204..0169ed3f106e 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -1429,6 +1429,11 @@ struct super_block { */ char __rcu *s_options; const struct dentry_operations *s_d_op; /* default d_op for dentries */ + + /* + * Saved pool identifier for cleancache (-1 means none) + */ + int cleancache_poolid; }; extern struct timespec current_fs_time(struct super_block *sb);