From 627c77eebaebef1bbb9718dc7cb2b83b597619c4 Mon Sep 17 00:00:00 2001 From: Dan Magenheimer Date: Thu, 26 May 2011 10:01:19 -0600 Subject: [PATCH] --- yaml --- r: 251779 b: refs/heads/master c: 9fdfdcf17151e8326c4d18cc133abc6e58f47568 h: refs/heads/master i: 251777: e76f1028df61f413933bde5abe040929bb8417cb 251775: bec92d8a63c270b1423d831ad1a3b41fa9086795 v: v3 --- [refs] | 2 +- trunk/include/linux/fs.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2806e4191ccb..80575cb62fe0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fe4746ab694690af9f2ccb80184f5c575917c7f +refs/heads/master: 9fdfdcf17151e8326c4d18cc133abc6e58f47568 diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index cdf9495df204..0169ed3f106e 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -1429,6 +1429,11 @@ struct super_block { */ char __rcu *s_options; const struct dentry_operations *s_d_op; /* default d_op for dentries */ + + /* + * Saved pool identifier for cleancache (-1 means none) + */ + int cleancache_poolid; }; extern struct timespec current_fs_time(struct super_block *sb);