commit | c3a7abf06ce719a51139e62a034590be99abbc2c | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon May 25 02:47:14 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed Jun 10 23:41:12 2009 +0900 |
tree | 14d61bbd8c34d1b1c7997c9afad79158b7af2914 | |
parent | fa032744ad41de1b0a1807e7c379c6196e72ad80 [diff] |
nilfs2: support contiguous lookup of blocks Although get_block() callback function can return extent of contiguous blocks with bh->b_size, nilfs_get_block() function did not support this feature. This adds contiguous lookup feature to the block mapping codes of nilfs, and allows the nilfs_get_blocks() function to return the extent information by applying the feature. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>