From 4cecd4ccb2ef21842d6ab0fb62a15d3b1a1801aa Mon Sep 17 00:00:00 2001 From: SecureCRT Date: Mon, 20 Aug 2012 23:12:22 +0800 Subject: [PATCH] Revert "fs: add field to superblock to support cleancache" This reverts commit 1abd4f495eaa84e73b597f238cce704f06c54dc4. --- include/linux/fs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 925a431e..9b678052 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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);