nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Thu, 21 May 2009 17:18:36 +0000 (02:18 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Wed, 10 Jun 2009 14:41:10 +0000 (23:41 +0900)
commite473c1f265f429427e09531435ceaf0fdbb86d15
tree2256e57a923beb7c570f67026b1fd177edb3b9db
parentf198dbb9cf580c09644ebdf46846115c6daff14e
nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function

This indirect function is set to NULL only for gc cache inodes, but
the gc cache inodes never call this function.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/btree.c
fs/nilfs2/direct.c