Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189241
b: refs/heads/master
c: faaa27a
h: refs/heads/master
i:
  189239: 31bb87f
v: v3
  • Loading branch information
Joern Engel committed Mar 27, 2010
1 parent 57ea480 commit c1d0243
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: e326068806ee044cc617b1dc24be1293fca3fbf6
refs/heads/master: faaa27ab919799929732c356a92a160f8657ecc6
2 changes: 1 addition & 1 deletion trunk/fs/logfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static int logfs_recover_sb(struct super_block *sb)
}
if (valid0 && valid1 && ds_cmp(ds0, ds1)) {
printk(KERN_INFO"Superblocks don't match - fixing.\n");
return write_one_sb(sb, super->s_devops->find_last_sb);
return logfs_write_sb(sb);
}
/* If neither is valid now, something's wrong. Didn't we properly
* check them before?!? */
Expand Down

0 comments on commit c1d0243

Please sign in to comment.