commit | 2093abf9cbcec3cb1409a67d8bce51854595b1d5 | [log] [tgz] |
---|---|---|
author | Jiro SEKIBA <jir@unicus.jp> | Fri Nov 27 19:41:11 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 27 20:05:15 2009 +0900 |
tree | 039e2b5f9108a9285ac8f01a34ee7f4515ef1f6a | |
parent | 4cd76c3c930993cf70657775bb521cad006e37b4 [diff] |
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>