diff mbox

Cleancache [PATCH 6/7] (was Transcendent Memory): ext4 hook

Message ID 20100422132929.GA27380@ca-server1.us.oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Dan Magenheimer April 22, 2010, 1:29 p.m. UTC
None
diff mbox

Patch

--- linux-2.6.34-rc5/fs/ext4/super.c	2010-04-19 17:29:56.000000000 -0600
+++ linux-2.6.34-rc5-cleancache/fs/ext4/super.c	2010-04-21 10:13:00.000000000 -0600
@@ -39,6 +39,7 @@ 
 #include <linux/ctype.h>
 #include <linux/log2.h>
 #include <linux/crc16.h>
+#include <linux/cleancache.h>
 #include <asm/uaccess.h>
 
 #include "ext4.h"
@@ -1784,6 +1785,7 @@  static int ext4_setup_super(struct super
 			EXT4_INODES_PER_GROUP(sb),
 			sbi->s_mount_opt);
 
+	sb->cleancache_poolid = cleancache_init_fs(PAGE_SIZE);
 	return res;
 }