]> Pileus Git - ~andy/linux/blobdiff - include/linux/fs.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / include / linux / fs.h
index 3f9d3251790d081529e51870a073682260b2212b..241609346dfb7f0853252b3549a2637f3cd3eb2c 100644 (file)
@@ -1428,6 +1428,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);