Skip to content
  • Aydın Mercan's avatar
    Convert rwlock in isc_log_t to RCU · a911949e
    Aydın Mercan authored
    The isc_log_t contains a isc_logconfig_t that is swapped, dereferenced
    or accessed its fields through a mutex. Instead of protecting it with a
    rwlock, use RCU.
    a911949e