commit | 0f3fe33b398abbecfcf9f08c16959d1a9a14a49a | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Aug 15 02:29:28 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Sep 14 18:27:16 2009 +0900 |
tree | a60a3e8a3b90b173a58a2ba9d86e1363598bd279 | |
parent | 2e0c2c73923fed27337039ddfd69985e6c4b91fe [diff] |
nilfs2: convert nilfs_bmap_lookup to an inline function The nilfs_bmap_lookup() is now a wrapper function of nilfs_bmap_lookup_at_level(). This moves the nilfs_bmap_lookup() to a header file converting it to an inline function and gives an opportunity for optimization. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>