diff options
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index cdf9495df204..0169ed3f106e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1429,6 +1429,11 @@ struct super_block { | |||
1429 | */ | 1429 | */ |
1430 | char __rcu *s_options; | 1430 | char __rcu *s_options; |
1431 | const struct dentry_operations *s_d_op; /* default d_op for dentries */ | 1431 | const struct dentry_operations *s_d_op; /* default d_op for dentries */ |
1432 | |||
1433 | /* | ||
1434 | * Saved pool identifier for cleancache (-1 means none) | ||
1435 | */ | ||
1436 | int cleancache_poolid; | ||
1432 | }; | 1437 | }; |
1433 | 1438 | ||
1434 | extern struct timespec current_fs_time(struct super_block *sb); | 1439 | extern struct timespec current_fs_time(struct super_block *sb); |