K 10 svn:author V 8 melifaro K 8 svn:date V 27 2014-11-22T19:53:36.720382Z K 7 svn:log V 241 Use less-invasive approach for IF_AFDATA lock: convert into 2 locks: use rwlock accessible via external functions (IF_AFDATA_CFG_* -> if_afdata_cfg_*()) for all control plane tasks use rmlock (IF_AFDATA_RUN_*) for fast-path lookups. END