Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/autofs autofs: Silence down a warning which should re...
details: https://anonhg.NetBSD.org/src/rev/b48e563ebe59
branches: trunk
changeset: 971519:b48e563ebe59
user: tkusumi <tkusumi%NetBSD.org@localhost>
date: Sun Apr 26 17:00:31 2020 +0000
description:
autofs: Silence down a warning which should really be a debug message
taken-from: FreeBSD
diffstat:
sys/fs/autofs/autofs_vfsops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 3e13868eb055 -r b48e563ebe59 sys/fs/autofs/autofs_vfsops.c
--- a/sys/fs/autofs/autofs_vfsops.c Sun Apr 26 16:16:13 2020 +0000
+++ b/sys/fs/autofs/autofs_vfsops.c Sun Apr 26 17:00:31 2020 +0000
@@ -33,7 +33,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autofs_vfsops.c,v 1.10 2020/03/16 21:20:09 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autofs_vfsops.c,v 1.11 2020/04/26 17:00:31 tkusumi Exp $");
#include "autofs.h"
@@ -194,7 +194,7 @@
flags |= FORCECLOSE;
error = vflush(mp, NULL, flags);
if (error) {
- AUTOFS_WARN("vflush failed with error %d", error);
+ AUTOFS_DEBUG("vflush failed with error %d", error);
return error;
}
Home |
Main Index |
Thread Index |
Old Index