Commit b8ab782a6dc206101d78852036a8e86d5b812278

Patrick Steinhardt 2017-02-21T11:43:32

attrcache: do not lock/unlock the mutex directly Improve encapsulation by not referencing the attrcache mutex directly but instead using the `attr_cache_lock` and `attr_cache_unlock` functions.