commit | 23cd573b46c1f90645023ca2989bc041a0fcf38c | [log] [tgz] |
---|---|---|
author | Zhang Zhen <zhenzhang.zhang@huawei.com> | Wed May 28 15:09:55 2014 +0800 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Fri Jun 06 09:29:56 2014 +0800 |
tree | 0ca41212c75a6b3e48b0fdcae31817b58cbb56c4 | |
parent | ca665e0282ece4f8121ab4de474351f291fa8c2d [diff] |
ceph: refactor readpage_nounlock() to make the logic clearer If the return value of ceph_osdc_readpages() is not negative, it is certainly greater than or equal to zero. Remove the useless condition judgment and redundant braces. Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com> Reviewed-by: Yan, Zheng <zheng.z.yan@intel.com>