Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310226
b: refs/heads/master
c: f4d0b35
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed May 14, 2012
1 parent 1348bca commit ec355c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9013bb40ae8e97d579015a3dc96a10aa9c625757
refs/heads/master: f4d0b3557582808d5ce9f868e9dfd98f0e769e82
3 changes: 0 additions & 3 deletions trunk/fs/jffs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,12 @@ static void jffs2_write_super(struct super_block *sb)
{
struct jffs2_sb_info *c = JFFS2_SB_INFO(sb);

lock_super(sb);
sb->s_dirt = 0;

if (!(sb->s_flags & MS_RDONLY)) {
jffs2_dbg(1, "%s()\n", __func__);
jffs2_flush_wbuf_gc(c, 0);
}

unlock_super(sb);
}

static const char *jffs2_compr_name(unsigned int compr)
Expand Down

0 comments on commit ec355c5

Please sign in to comment.