config: convert R/W lock to mutex
The lock is no longer taken for reading ever, so it is equivalent to a mutex. In fact, the lock is only needed to prevent concurrent writes to the same config_item_t::value.
parent
f57ddf14
No related branches found
No related tags found
Please register or sign in to comment