fs: add field to superblock to support cleancache
This commit is contained in:
parent
8eb6724dbf
commit
1abd4f495e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user