Re: [Freeipa-devel] [PATCH 0384-0385] Replace isc_atomic_* in with reference counter

2015-06-23 Thread Petr Spacek
On 23.6.2015 14:18, Tomas Hozza wrote: > On 23.06.2015 11:32, Petr Spacek wrote: >> On 10.6.2015 19:07, Petr Spacek wrote: >>> Hello, >>> >>> Replace isc_atomic_* in MetaLDAP with reference counter abstraction. >>> + >>> Replace isc_atomic_* in instance tainting with reference counter >>> abstract

Re: [Freeipa-devel] [PATCH 0384-0385] Replace isc_atomic_* in with reference counter

2015-06-23 Thread Tomas Hozza
On 23.06.2015 11:32, Petr Spacek wrote: > On 10.6.2015 19:07, Petr Spacek wrote: > > Hello, > > > > Replace isc_atomic_* in MetaLDAP with reference counter abstraction. > > + > > Replace isc_atomic_* in instance tainting with reference counter > > abstraction. > > > > Reference counters are used a

Re: [Freeipa-devel] [PATCH 0384-0385] Replace isc_atomic_* in with reference counter

2015-06-23 Thread Petr Spacek
On 10.6.2015 19:07, Petr Spacek wrote: > Hello, > > Replace isc_atomic_* in MetaLDAP with reference counter abstraction. > + > Replace isc_atomic_* in instance tainting with reference counter abstraction. > > Reference counters are used as abstraction which hides missing isc_atomic_*() > function

[Freeipa-devel] [PATCH 0384-0385] Replace isc_atomic_* in with reference counter

2015-06-10 Thread Petr Spacek
Hello, Replace isc_atomic_* in MetaLDAP with reference counter abstraction. + Replace isc_atomic_* in instance tainting with reference counter abstraction. Reference counters are used as abstraction which hides missing isc_atomic_*() functions on some architectures. This change is necessary for