]> git.neil.brown.name Git - LaFS.git/commit
add_extent fixes.
authorNeilBrown <neilb@suse.de>
Tue, 8 Jun 2010 08:13:13 +0000 (18:13 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 8 Jun 2010 08:13:13 +0000 (18:13 +1000)
commit7b899bec944c84e43f7d3cccf5861062a269e3d1
treec42a9bf8881d0ce7abd16e716c2d81c55880f833
parent8cbf6df5aa356a92d4ab6c515bb6bd308bff250d
add_extent fixes.

add_extent tries to detect consecutive extents being added
and merges them.  But it got it wrong.
So change last* to actually refer to the "next" and get it right.

Signed-off-by: NeilBrown <neilb@suse.de>
modify.c