Browse Source

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>
Ryusuke Konishi 16 years ago
parent
commit
6d28f7ea43
1 changed files with 178 additions and 216 deletions
  1. 178 216
      fs/nilfs2/btree.c

File diff suppressed because it is too large
+ 178 - 216
fs/nilfs2/btree.c


Some files were not shown because too many files changed in this diff