Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125472
b: refs/heads/master
c: cb5c6a2
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Dec 31, 2008
1 parent cfaa846 commit 40cf8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: f10383006c26b33539820759b9dc8656497b02a4
refs/heads/master: cb5c6a2b2be59b480a3746c5113cb3411c053bff
7 changes: 1 addition & 6 deletions trunk/fs/ubifs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,7 @@ static int ubifs_sync_fs(struct super_block *sb, int wait)
if (err)
return err;

/*
* We ought to call sync for c->ubi but it does not have one. If it had
* it would in turn call mtd->sync, however mtd operations are
* synchronous anyway, so we don't lose any sleep here.
*/
return err;
return ubi_sync(c->vi.ubi_num);
}

/**
Expand Down

0 comments on commit 40cf8ef

Please sign in to comment.