summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_diskqueue.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/raidframe/rf_diskqueue.c
parente7b3826cda40b7e543318c19b9093dcceb8b4237 (diff)
Reorganize b_cache logging, un-deprecate variable name logging
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.c')
-rw-r--r--sys/dev/raidframe/rf_diskqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.c b/sys/dev/raidframe/rf_diskqueue.c
index 1eec20486f6..369d5d3b605 100644
--- a/sys/dev/raidframe/rf_diskqueue.c
+++ b/sys/dev/raidframe/rf_diskqueue.c
@@ -393,7 +393,7 @@ rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect,
SET(p->bp->b_cflags, BC_BUSY); /* mark buffer busy */
#ifdef LOCKDOC_VFS
- lockdoc_log_lock(P_WRITE, &(p->bp->b_cflags), __FILE__, __LINE__, __func__, "b_cflags", 0);
+ b_cflags_busy(&(p->bp->b_cflags));
#endif
if (mbp) {
SET(p->bp->b_flags, mbp->b_flags & rf_b_pass);