Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101153
b: refs/heads/master
c: 9171f5a
h: refs/heads/master
i:
  101151: 9c5bb86
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Jun 27, 2008
1 parent 8895a7e commit 0f5e610
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: 01b7c7ae88a6376c508b35a22bb61e04cb1b37f0
refs/heads/master: 9171f5a991e7613cbee816874ad8c9515dcab50f
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static void gfs2_write_super(struct super_block *sb)
static int gfs2_sync_fs(struct super_block *sb, int wait)
{
sb->s_dirt = 0;
if (wait)
if (wait && sb->s_fs_info)
gfs2_log_flush(sb->s_fs_info, NULL);
return 0;
}
Expand Down

0 comments on commit 0f5e610

Please sign in to comment.