commit | ef7d4757a5b7b07a3a0d30d3ba6b587e574b28b9 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 13 08:45:32 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 20 10:05:49 2009 +0900 |
tree | 5f1f1cad0c9bb755cd332017f66fe502d1286a94 | |
parent | aa474a220180d997caafcee372770d6ed6bf798a [diff] |
nilfs2: simplify nilfs_sufile_get_ncleansegs function Previously, this function took an status code to return possible error codes. The ("nilfs2: add local variable to cache the number of clean segments") patch removed the possibility to return errors. So, this simplifies the function definition to make it directly return the number of clean segments. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>