From 6545533869a1eba7272e380cbf5ca103e9181251 Mon Sep 17 00:00:00 2001 From: Merlin Scholz Date: Sun, 20 Aug 2023 18:36:09 +0200 Subject: Reorganize b_cache logging, un-deprecate variable name logging --- sys/dev/raidframe/rf_diskqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/raidframe/rf_diskqueue.c') 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); -- cgit