Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223505
b: refs/heads/master
c: eabb26c
h: refs/heads/master
i:
  223503: c39d433
v: v3
  • Loading branch information
Prasad Joshi authored and Linus Torvalds committed Dec 23, 2010
1 parent 0c6a615 commit 9d911b5
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: 7a2d19bced51af31d2c9ff55219400ed0a6c012f
refs/heads/master: eabb26cacdec33ca6f6fcaee762b57c2205169ca
2 changes: 1 addition & 1 deletion trunk/fs/logfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ void do_logfs_journal_wl_pass(struct super_block *sb)
super->s_journal_seg[i] = segno;
super->s_journal_ec[i] = ec;
logfs_set_segment_reserved(sb, segno);
err = btree_insert32(head, segno, (void *)1, GFP_KERNEL);
err = btree_insert32(head, segno, (void *)1, GFP_NOFS);
BUG_ON(err); /* mempool should prevent this */
err = logfs_erase_segment(sb, segno, 1);
BUG_ON(err); /* FIXME: remount-ro would be nicer */
Expand Down

0 comments on commit 9d911b5

Please sign in to comment.