Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189109
b: refs/heads/master
c: 110d735
h: refs/heads/master
i:
  189107: 39663f1
v: v3
  • Loading branch information
Ryusuke Konishi committed Mar 23, 2010
1 parent e8c5a32 commit b14b223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2d8428acaee5468d194d8a84de22a0797791cb33
refs/heads/master: 110d735a0ae69bdd11af9acb6ea3b979137eb118
3 changes: 1 addition & 2 deletions trunk/fs/nilfs2/segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,8 +1897,7 @@ static void nilfs_segctor_abort_construction(struct nilfs_sc_info *sci,

list_splice_tail_init(&sci->sc_write_logs, &logs);
ret = nilfs_wait_on_logs(&logs);
if (ret)
nilfs_abort_logs(&logs, NULL, sci->sc_super_root, ret);
nilfs_abort_logs(&logs, NULL, sci->sc_super_root, ret ? : err);

list_splice_tail_init(&sci->sc_segbufs, &logs);
nilfs_cancel_segusage(&logs, nilfs->ns_sufile);
Expand Down

0 comments on commit b14b223

Please sign in to comment.