fs: add field to superblock to support cleancache

This commit is contained in:
SecureCRT 2012-08-20 00:51:37 +08:00
parent 8eb6724dbf
commit 1abd4f495e

View File

@ -1383,6 +1383,11 @@ struct super_block {
* generic_show_options()
*/
char *s_options;
/*
* Saved pool identifier for cleancache (-1 means none)
*/
int cleancache_poolid;
};
extern struct timespec current_fs_time(struct super_block *sb);