| commit | aa006a45ae4f54631ed99c50307a312c3845b513 | [log] [tgz] |
|---|---|---|
| author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Dec 03 20:16:05 2013 +0900 |
| committer | Daniel Phillips <daniel@tux3.org> | Tue Dec 03 20:16:05 2013 +0900 |
| tree | 2f8ce1418381304be58699250bf88ae3398b8aac | |
| parent | 745a9043084e68cecf9bcf62b57e0cf9e5ad35eb [diff] |
tux3: Use new dleaf2_write() for map_region2() New dleaf2_write() doesn't require to read exists extents. So, now, we can call btree_write() without btree_read() simply. Note, this removes overwrite mode temporary. Later patch will adds new overwrite mode. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>