Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern normalise a BIOHIST log message
details: https://anonhg.NetBSD.org/src/rev/b80bc1b25dc7
branches: trunk
changeset: 355582:b80bc1b25dc7
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Aug 04 07:00:17 2017 +0000
description:
normalise a BIOHIST log message
diffstat:
sys/kern/vfs_bio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7eea9b3932be -r b80bc1b25dc7 sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c Fri Aug 04 06:30:36 2017 +0000
+++ b/sys/kern/vfs_bio.c Fri Aug 04 07:00:17 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_bio.c,v 1.274 2017/06/08 01:23:01 chs Exp $ */
+/* $NetBSD: vfs_bio.c,v 1.275 2017/08/04 07:00:17 mrg Exp $ */
/*-
* Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.274 2017/06/08 01:23:01 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.275 2017/08/04 07:00:17 mrg Exp $");
#ifdef _KERNEL_OPT
#include "opt_bufcache.h"
@@ -1543,7 +1543,7 @@
mutex_enter(bp->b_objlock);
- BIOHIST_CALLARGS(biohist, "bp=%p, oflags=0x%x, ret_addr %p",
+ BIOHIST_CALLARGS(biohist, "bp=%p, oflags=0x%x, ret_addr=%p",
bp, bp->b_oflags, __builtin_return_address(0), 0);
while (!ISSET(bp->b_oflags, BO_DONE | BO_DELWRI)) {
Home |
Main Index |
Thread Index |
Old Index