Re: tdb_delete_locked for pfkey

2021-12-03 Thread Vitaliy Makkoveev
ok mvs@ > On 3 Dec 2021, at 20:25, Tobias Heider wrote: > > Hi, > > the diff below adds tdb_delete_locked() for use in pfkeyv2_sa_flush(). > This way we won't have to worry about keeping the inline code and > tdb_delete() in sync. > > ok? > > Index: net/pfkeyv2.c > ===

Re: tdb_delete_locked for pfkey

2021-12-03 Thread Alexander Bluhm
On Fri, Dec 03, 2021 at 06:25:46PM +0100, Tobias Heider wrote: > the diff below adds tdb_delete_locked() for use in pfkeyv2_sa_flush(). > This way we won't have to worry about keeping the inline code and > tdb_delete() in sync. > > ok? OK bluhm@ > Index: net/pfkeyv2.c > =

tdb_delete_locked for pfkey

2021-12-03 Thread Tobias Heider
Hi, the diff below adds tdb_delete_locked() for use in pfkeyv2_sa_flush(). This way we won't have to worry about keeping the inline code and tdb_delete() in sync. ok? Index: net/pfkeyv2.c === RCS file: /cvs/src/sys/net/pfkeyv2.c,v r