On 5/6/26 2:06 AM, Jakub Kicinski wrote: > The shaper insertion code is written in a way that suggests that > perhaps it was expecting readers to be fenced off by xa_lock.
FTR, the code was shaped (pun intended :) that way to avoid acquiring multiple times the xa_lock when not needed. Sort of evil early optimization. /P
