From: Ryusuke Konishi Date: Fri, 14 Aug 2009 16:14:10 +0000 (+0900) Subject: nilfs2: remove unused btree argument from btree functions X-Git-Tag: v2.6.32-rc1~700^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d28f7ea43856449ed2f344cb209af3ba1c6b757;p=pandora-kernel.git 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 --- Reading git-diff-tree failed