]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: convert bucketlocks to a mutex
authorMateusz Guzik <mjg@FreeBSD.org>
Wed, 26 Aug 2020 12:52:17 +0000 (12:52 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Wed, 26 Aug 2020 12:52:17 +0000 (12:52 +0000)
commiteef63775b65a9f6d54f819eecea86e3873deb53c
tree0f91809fdcc84301b5d88a42654fd6c6566e4e3b
parent32f3d0821ca605059ff3d22a349329ab488fce51
cache: convert bucketlocks to a mutex

By now bucket locks are almost never taken for anything but writing and
converting to mutex simplifies the code.
sys/kern/subr_witness.c
sys/kern/vfs_cache.c