Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189248
b: refs/heads/master
c: 6be7fa0
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel committed Mar 29, 2010
1 parent 7cc78d4 commit 3f80227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0943846ae05603efd98550f2d475e9c98191bde8
refs/heads/master: 6be7fa06eb4d721df734bd0946b5e63b27c0589b
2 changes: 2 additions & 0 deletions trunk/fs/logfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,8 @@ void do_logfs_journal_wl_pass(struct super_block *sb)
logfs_set_segment_reserved(sb, segno);
err = btree_insert32(head, segno, (void *)1, GFP_KERNEL);
BUG_ON(err); /* mempool should prevent this */
err = logfs_erase_segment(sb, segno, 1);
BUG_ON(err); /* FIXME: remount-ro would be nicer */
}
/* Manually move journal_area */
freeseg(sb, area->a_segno);
Expand Down

0 comments on commit 3f80227

Please sign in to comment.