| Submitter | Theodore Ts'o |
|---|---|
| Date | May 22, 2011, 8:12 p.m. |
| Message ID | <20110522201220.GA10009@thunk.org> |
| Download | mbox | patch |
| Permalink | /patch/96770/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index ed5e80e..fdce4ee 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3485,7 +3485,6 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) goto failed_mount_wq; } else { clear_opt(sb, DATA_FLAGS); - set_opt(sb, WRITEBACK_DATA); sbi->s_journal = NULL; needs_recovery = 0; goto no_journal;