commit | 7c397a81fe90c0445df2873700d14e82cca5fbc8 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Tue Jul 13 23:33:55 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:15 2010 +0900 |
tree | 99e4ecd31923cbdcaaeabb7cf54f548a2716415f | |
parent | 5ad2686e9266f24a0bb76b01d5c3ae29b4e149fe [diff] |
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 <konishi.ryusuke@lab.ntt.co.jp>