pf: rename pf_task_lck to pf_mod_lck
authorJan Lentfer <Jan.Lentfer@web.de>
Thu, 26 Aug 2010 13:52:07 +0000 (15:52 +0200)
committerJan Lentfer <Jan.Lentfer@web.de>
Thu, 26 Aug 2010 13:52:07 +0000 (15:52 +0200)
commit4e28d64faea342691c2287d675a9ca5786c8fc27
tree0266346bd73561f5e1221fdddb45809c7d061014
parent394d8e4b92a9678440db9c012ba687c3125f336f
pf: rename pf_task_lck to pf_mod_lck

    pf_task_lck was really just used in module (un)loading.
    This makes pf_task_lck free for later usage as a spin lock to
    protect data structues simialar to how it is used in FreeBSD.

    Also functions regarding pf_task_lck have been remove as these
    are one-liners anyway. Having a separate function for this
    is overkill.
sys/net/pf/pf_ioctl.c