K 10 svn:author V 2 kp K 8 svn:date V 27 2023-03-27T08:17:24.391248Z K 7 svn:log V 653 pfsync: fix pfsync_undefer_state() locking pfsync_undefer_state() takes the bucket lock, but could get called from places (e.g. from pfsync_update_state() or pfsync_delete_state()) where we already held the lock. As it can also be called from places where we don't yet hold the lock create new locked variant for use when the lock is already held. Keep using pfsync_undefer_state() where the lock must still be taken. PR: 268246 MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) (cherry picked from commit 53247cdf12449e90f6736ae563e4cce8315c923f) Git Hash: 09b7cab88f652e3a3682749e38c043d25dd7d0ed Git Author: kp@FreeBSD.org END