Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147829
b: refs/heads/master
c: bfe8812
h: refs/heads/master
i:
  147827: add5039
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Jun 12, 2009
1 parent 5e39505 commit 19de87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5a3e5cb8e08bd876e2542c1451c9a93dab1b0e39
refs/heads/master: bfe881255c74800147523b59c85328a1a826ba21
2 changes: 1 addition & 1 deletion trunk/fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ void sync_filesystems(int wait)
sb->s_count++;
spin_unlock(&sb_lock);
down_read(&sb->s_umount);
if (sb->s_root && (wait || sb->s_dirt))
if (sb->s_root)
sb->s_op->sync_fs(sb, wait);
up_read(&sb->s_umount);
/* restart only when sb is no longer on the list */
Expand Down

0 comments on commit 19de87b

Please sign in to comment.