Message ID | 20110414211631.GA27708@ca-server1.us.oracle.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
--- linux-2.6.39-rc3/include/linux/fs.h 2011-04-11 18:21:51.000000000 -0600 +++ linux-2.6.39-rc3-cleancache/include/linux/fs.h 2011-04-13 16:46:44.444861817 -0600 @@ -1430,6 +1430,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);