Revert "fs: add field to superblock to support cleancache"

This reverts commit 1abd4f495eaa84e73b597f238cce704f06c54dc4.
This commit is contained in:
SecureCRT 2012-08-20 23:12:22 +08:00
parent 0f794ead76
commit 4cecd4ccb2

View File

@ -1383,11 +1383,6 @@ 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);