[PATCH V2] tdb: introduce tdb_chainlock_read_nonblock(), a nonblock, variant of tdb_chainlock_read()

Alexander Drozdov al.drozdov at gmail.com
Tue Apr 28 01:38:24 MDT 2015


On 28.04.2015 08:48:03 +0300 Volker Lendecke <Volker.Lendecke at SerNet.DE> wrote:> On Tue, Apr 28, 2015 at 07:55:04AM +0300, Alexander Drozdov wrote:
>> tdb has nonblock variants for many lock functions, for example:
>>
>> tdb_lockall() / tdb_lockall_nonblock()
>> tdb_lockall_read() / tdb_lockall_read_nonblock()
>> tdb_chainlock() / tdb_chainlock_nonblock()
>>
>> But there hasn't been nonblock variant for tdb_chainlock_read().
>
> Reviewed-by: Volker Lendecke <vl at samba.org>
>
> However, to get it through autobuild, I believe we need to
> add this to the ABI check as well. Can you run this through
>
> configure.developer --abi-update ; make
>
> and send a patch with the new .sigs file?

Should I send a separate patch with increased tdb version & .sigs file?

>
> Thanks,
>
> Volker
>


More information about the samba-technical mailing list