commit | 364ec2d700223b965620ff4d5031a3665d195873 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Tue Jul 13 23:33:51 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:14 2010 +0900 |
tree | 2cf23dbf1ce4de2125c62f6804f4c672a4127096 | |
parent | 05d0e94b66dbdf9d90371b39dc7a6b390ba74d41 [diff] |
nilfs2: remove redundant pointer checks in bmap lookup functions nilfs_bmap_lookup and its variants are supposed to take a valid pointer argument to return a block address, thus pointer checks in nilfs_btree_lookup and nilfs_direct_lookup are needless. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>