Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196017
b: refs/heads/master
c: 154ac5a
h: refs/heads/master
i:
  196015: b876d7e
v: v3
  • Loading branch information
Li Hong authored and Ryusuke Konishi committed May 10, 2010
1 parent 53d611b commit 6f832fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: 50614bcf29d0cec6df5b84c0d8331e8b8c7d72a7
refs/heads/master: 154ac5a83014cd6ea72e4ac5018bf8c10ee9a79e
9 changes: 1 addition & 8 deletions trunk/fs/nilfs2/segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -2685,13 +2685,6 @@ static void nilfs_segctor_kill_thread(struct nilfs_sc_info *sci)
}
}

static int nilfs_segctor_init(struct nilfs_sc_info *sci)
{
sci->sc_seq_done = sci->sc_seq_request;

return nilfs_segctor_start_thread(sci);
}

/*
* Setup & clean-up functions
*/
Expand Down Expand Up @@ -2815,7 +2808,7 @@ int nilfs_attach_segment_constructor(struct nilfs_sb_info *sbi)
return -ENOMEM;

nilfs_attach_writer(nilfs, sbi);
err = nilfs_segctor_init(NILFS_SC(sbi));
err = nilfs_segctor_start_thread(NILFS_SC(sbi));
if (err) {
nilfs_detach_writer(nilfs, sbi);
kfree(sbi->s_sc_info);
Expand Down

0 comments on commit 6f832fc

Please sign in to comment.