nilfs2: change return type of nilfs_commit_chunk
authorJiro SEKIBA <jir@unicus.jp>
Fri, 27 Nov 2009 10:41:11 +0000 (19:41 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 27 Nov 2009 11:05:15 +0000 (20:05 +0900)
commit2093abf9cbcec3cb1409a67d8bce51854595b1d5
tree039e2b5f9108a9285ac8f01a34ee7f4515ef1f6a
parent4cd76c3c930993cf70657775bb521cad006e37b4
nilfs2: change return type of nilfs_commit_chunk

change return type of nilfs_commit_chunk() as void from int,
for nilfs_set_file_dirty() usually does not return error.

This is an intermediate patch to reduce mark_inode_dirty() in
nilfs_commit_chunk().

Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/dir.c