summaryrefslogtreecommitdiff
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-10-11 15:45:34 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-10-11 15:45:34 +1100
commit758ba8131625f0ec3fa28a3d17a3a459e58d70f3 (patch)
tree86c2656e0916ed9b9cc116e0d47ae0145a91b06f /fs/ocfs2
parentc5870cf03d8e4e6341b026206eedde5ecbd268cb (diff)
parent5231e92e133d6db6681a4485b1794a01469ca9ad (diff)
Merge remote branch 'cleancache/linux-next'
Conflicts: include/linux/fs.h mm/Kconfig
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
index 123df60f97c4..6166dc716b2e 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -42,6 +42,7 @@
#include <linux/seq_file.h>
#include <linux/quotaops.h>
#include <linux/smp_lock.h>
+#include <linux/cleancache.h>
#define MLOG_MASK_PREFIX ML_SUPER
#include <cluster/masklog.h>
@@ -2326,6 +2327,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
mlog_errno(status);
goto bail;
}
+ cleancache_init_shared_fs((char *)&uuid_net_key, sb);
bail:
mlog_exit(status);