]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/incore_ext.c
When called from mk_incore_fstree, the startblock parameter is in increasing order.
authorMadan Valluri <mvalluri@sgi.com>
Wed, 9 Aug 2006 15:08:11 +0000 (15:08 +0000)
committerMadan Valluri <mvalluri@sgi.com>
Wed, 9 Aug 2006 15:08:11 +0000 (15:08 +0000)
commitb87887d426655b0e54e4a9b3d348efd0d819b769
treea8b532f25de581faa5b78ba77dbd84b8bc89472f
parent9b8e8f5152d7c898d03c26c155d179dffd118082
When called from  mk_incore_fstree, the startblock parameter is in increasing order.
This means the new insert has to be at the end of the applicable bcnt extent list.
The current implementation traverses the applicable bcnt extent list for each insert.
The more the inserts, the longer it takes.
Added last field to avl struct.
repair/incore.h
repair/incore_ext.c