diff options
| author | Merlin Scholz <merlin@scholz.ruhr> | 2023-08-23 01:44:24 +0200 |
|---|---|---|
| committer | Merlin Scholz <merlin@scholz.ruhr> | 2023-08-23 01:44:24 +0200 |
| commit | 280762e2b1ada6722cf1cd155357d5940a489cf6 (patch) | |
| tree | 97f1f09fc5b8eea704751bde55d2b191440e83f1 /sys/kern/vfs_bio.c | |
| parent | 6545533869a1eba7272e380cbf5ca103e9181251 (diff) | |
Remove now (hopefully) unnecessary kmutex_t logginglockdoc-10.99.5-vfs-0.4lockdoc-10.99.5-vfs
Diffstat (limited to 'sys/kern/vfs_bio.c')
| -rw-r--r-- | sys/kern/vfs_bio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 1e64746bbb4..ddef0ba2e04 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -473,11 +473,6 @@ bufinit(void) mutex_init(&bufcache_lock, MUTEX_DEFAULT, IPL_NONE); mutex_init(&buffer_lock, MUTEX_DEFAULT, IPL_NONE); -#ifdef LOCKDOC_VFS - lockdoc_log_memory(1, "kmutex_t", &bufcache_lock, sizeof(kmutex_t)); - lockdoc_log_memory(1, "kmutex_t", &buffer_lock, sizeof(kmutex_t)); -#endif - cv_init(&needbuffer_cv, "needbuf"); if (bufmem_valimit != 0) { |
