Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251782
b: refs/heads/master
c: d71bc6d
h: refs/heads/master
v: v3
  • Loading branch information
Dan Magenheimer committed May 26, 2011
1 parent 9e94d5c commit 841ff0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c515e1fd361c2a08a9c2eb139396ec30a4f477dc
refs/heads/master: d71bc6db5e48066bde78a480bb9e3057b3db1a3c
2 changes: 2 additions & 0 deletions trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -1367,6 +1368,7 @@ static int ext3_setup_super(struct super_block *sb, struct ext3_super_block *es,
} else {
ext3_msg(sb, KERN_INFO, "using internal journal");
}
cleancache_init_fs(sb);
return res;
}

Expand Down

0 comments on commit 841ff0d

Please sign in to comment.