commit | 0935db747739782fc779eb58529610c12db88ea2 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Nov 29 02:39:11 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun Nov 29 02:50:46 2009 +0900 |
tree | 27df2a16a8eb06c0548ea8fd4feb28aa1cbc5e1b | |
parent | abdb318b79d387a723af5db2aa79f812cefd0797 [diff] |
nilfs2: use list_splice_tail or list_splice_tail_init This applies list_splice_tail (or list_splice_tail_init) operation instead of list_splice (or list_splice_init, respectively) to append a new list to tail of an existing list. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>