summaryrefslogtreecommitdiff
path: root/fs/nilfs2/segment.h
diff options
context:
space:
mode:
authorLi Hong <lihong.hi@gmail.com>2010-04-10 21:57:11 +0800
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-05-10 11:32:31 +0900
commit154ac5a83014cd6ea72e4ac5018bf8c10ee9a79e (patch)
treeea772f3e5b301e1dbf81c6ff9821711c9de61db6 /fs/nilfs2/segment.h
parent50614bcf29d0cec6df5b84c0d8331e8b8c7d72a7 (diff)
downloadlinux-3.10-154ac5a83014cd6ea72e4ac5018bf8c10ee9a79e.tar.gz
linux-3.10-154ac5a83014cd6ea72e4ac5018bf8c10ee9a79e.tar.bz2
linux-3.10-154ac5a83014cd6ea72e4ac5018bf8c10ee9a79e.zip
nilfs2: remove nilfs_segctor_init() in segment.c
There are only two lines of code in nilfs_segctor_init(). From a logic design view, the first line 'sci->sc_seq_done = sci->sc_seq_request;' should be put in nilfs_segctor_new(). Even in nilfs_segctor_new(), this initialization is needless because sci is kzalloc-ed. So nilfs_segctor_init() is only a wrap call to nilfs_segctor_start_thread(). Signed-off-by: Li Hong <lihong.hi@gmail.com> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/segment.h')
0 files changed, 0 insertions, 0 deletions