Re: [Freeipa-devel] [PATCH] 0015 Don't try to remove auxiliary nodes from internal RBT

2012-04-04 Thread Petr Spacek
On 04/04/2012 10:26 AM, Adam Tkac wrote: On Tue, Apr 03, 2012 at 03:06:31PM +0200, Petr Spacek wrote: Hello, this patch optimizes code for removing deleted zones from BIND instance little bit. In some cases there are auxiliary zones (= not really served zones) in internal Red-Black tree. Curre

Re: [Freeipa-devel] [PATCH] 0015 Don't try to remove auxiliary nodes from internal RBT

2012-04-04 Thread Adam Tkac
On Tue, Apr 03, 2012 at 03:06:31PM +0200, Petr Spacek wrote: > Hello, > > this patch optimizes code for removing deleted zones from BIND > instance little bit. > > In some cases there are auxiliary zones (= not really served zones) > in internal Red-Black tree. Current code tries to remove these

[Freeipa-devel] [PATCH] 0015 Don't try to remove auxiliary nodes from internal RBT

2012-04-03 Thread Petr Spacek
Hello, this patch optimizes code for removing deleted zones from BIND instance little bit. In some cases there are auxiliary zones (= not really served zones) in internal Red-Black tree. Current code tries to remove these auxiliary zones on each zone_refresh attempt. Everything works fine,