commit | d97a51a7e3c298d9899ea91165dfa0783fa5cc5c | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun May 03 21:43:01 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed Jun 10 23:41:09 2009 +0900 |
tree | 31c3b082565cd3004c2036fe79657297a29a5824 | |
parent | 65822070646ed7f2cf520439006dd863529be16e [diff] |
nilfs2: unify bmap operations starting use of indirect block address This simplifies some low level functions of bmap. Three bmap pointer operations, nilfs_bmap_start_v(), nilfs_bmap_commit_v(), and nilfs_bmap_abort_v(), are unified into one nilfs_bmap_start_v() function. And the related indirect function calls are replaced with it. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>