From: Ryusuke Konishi Date: Sat, 15 Aug 2009 06:34:33 +0000 (+0900) Subject: nilfs2: allow btree code to directly call dat operations X-Git-Tag: v2.6.32-rc1~700^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0c2c73923fed27337039ddfd69985e6c4b91fe;p=pandora-kernel.git nilfs2: allow btree code to directly call dat operations The current btree code is written so that btree functions call dat operations via wrapper functions in bmap.c when they allocate, free, or modify virtual block addresses. This abstraction requires additional function calls and causes frequent call of nilfs_bmap_get_dat() function since it is used in the every wrapper function. This removes the wrapper functions and makes them available from btree.c and direct.c, which will increase the opportunity of compiler optimization. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed