| Submitter | Dan Magenheimer |
|---|---|
| Date | April 14, 2011, 9:18 p.m. |
| Message ID | <20110414211802.GA27779@ca-server1.us.oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/91301/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
--- linux-2.6.39-rc3/fs/ext3/super.c 2011-04-11 18:21:51.000000000 -0600 +++ linux-2.6.39-rc3-cleancache/fs/ext3/super.c 2011-04-13 17:10:40.918915872 -0600 @@ -36,6 +36,7 @@ #include <linux/quotaops.h> #include <linux/seq_file.h> #include <linux/log2.h> +#include <linux/cleancache.h> #include <asm/uaccess.h> @@ -1367,6 +1368,7 @@ static int ext3_setup_super(struct super } else { ext3_msg(sb, KERN_INFO, "using internal journal"); } + cleancache_init_fs(sb); return res; }