]> git.neil.brown.name Git - LaFS.git/commit
Accelerate walk_indirect.
authorNeilBrown <neilb@suse.de>
Tue, 25 Aug 2009 07:09:54 +0000 (17:09 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 25 Aug 2009 07:09:54 +0000 (17:09 +1000)
commit12d5c55fb2b68c604b362482e77a980d536c5064
tree8cf702dc107a87b5a8cb876585b68c259d6cf87e
parentf487501d4ec8016923f409db87c44fc9c9425455
Accelerate walk_indirect.

If an indirect block is being asked to incorporate an address that
is very must after the address of the block, it has to count all
the way up to that number, which is a waste of time.
So if there is an opportunity to jump forward, take it.
modify.c