summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-08-20 18:36:09 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-08-20 18:36:09 +0200
commit6545533869a1eba7272e380cbf5ca103e9181251 (patch)
treee07d35c6c738c92ad8769b40bc4f47a28aebd6ba /sys/dev/isa/fd.c
parente7b3826cda40b7e543318c19b9093dcceb8b4237 (diff)
Reorganize b_cache logging, un-deprecate variable name logging
Diffstat (limited to 'sys/dev/isa/fd.c')
-rw-r--r--sys/dev/isa/fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index 29cdc6ac2ee..3959edd4fd2 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1613,7 +1613,7 @@ fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l)
bp->b_cflags = BC_BUSY;
#ifdef LOCKDOC_VFS
- lockdoc_log_lock(P_WRITE, &(bp->b_cflags), __FILE__, __LINE__, __func__, "b_cflags", 0);
+ b_cflags_busy(&(bp->b_cflags));
#endif
bp->b_flags = B_PHYS | B_FORMAT;
bp->b_proc = l->l_proc;