]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: remove unused btree argument from btree functions
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 14 Aug 2009 16:14:10 +0000 (01:14 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 14 Sep 2009 09:27:15 +0000 (18:27 +0900)
commitebf1486c52a4eb5a3d54cd3b71a994b586b896f8
treee41a19062d0956f698eb6ec7deccb6d8ebabfced
parent8570a8e4a0b816db2e4741eeec0f5df63650c49f
nilfs2: remove unused btree argument from btree functions

Even though many btree functions take a btree object as their first
argument, most of them are not used in their functions.

This sticky use of the btree argument is hurting code readability and
giving the possibility of inefficient code generation.

So, this removes the unnecessary btree arguments.

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