|
@@ -41,6 +41,7 @@
|
|
#include <linux/mount.h>
|
|
#include <linux/mount.h>
|
|
#include <linux/seq_file.h>
|
|
#include <linux/seq_file.h>
|
|
#include <linux/quotaops.h>
|
|
#include <linux/quotaops.h>
|
|
|
|
+#include <linux/cleancache.h>
|
|
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#define CREATE_TRACE_POINTS
|
|
#include "ocfs2_trace.h"
|
|
#include "ocfs2_trace.h"
|
|
@@ -2352,6 +2353,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
|
|
mlog_errno(status);
|
|
mlog_errno(status);
|
|
goto bail;
|
|
goto bail;
|
|
}
|
|
}
|
|
|
|
+ cleancache_init_shared_fs((char *)&uuid_net_key, sb);
|
|
|
|
|
|
bail:
|
|
bail:
|
|
return status;
|
|
return status;
|