git: pf: No need to enclose rn_lookup() with critical section

Aaron LI aly at crater.dragonflybsd.org
Fri Nov 10 01:58:13 PST 2023


commit dd1ea33ae219094c4039c133d321809be68f396a
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Nov 10 14:13:34 2023 +0800

    pf: No need to enclose rn_lookup() with critical section
    
    After the rn_addmask() update in the last commit, rn_lookup() no longer
    mess up with globals.  So no need to add a critical section for
    rn_lookup() here any more.

Summary of changes:
 sys/net/pf/pf_table.c | 2 --
 1 file changed, 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd1ea33ae219094c4039c133d321809be68f396a


-- 
DragonFly BSD source repository


More information about the Commits mailing list