From: Ryusuke Konishi Date: Tue, 13 Jul 2010 14:33:55 +0000 (+0900) Subject: nilfs2: eliminate inline keywords in btree implementation X-Git-Tag: v2.6.36-rc1~500^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c397a81fe90c0445df2873700d14e82cca5fbc8;p=pandora-kernel.git nilfs2: eliminate inline keywords in btree implementation This removes all inline uses from btree.c. Gcc now agressively apply inline expansion even for the functions declared without the keyword; the inline use in btree.c looks excessive. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed