Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen/xen xbd backend not supporting cache flush is n...



details:   https://anonhg.NetBSD.org/src/rev/78a5d5dba025
branches:  trunk
changeset: 745799:78a5d5dba025
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Mar 13 00:32:05 2020 +0000

description:
xbd backend not supporting cache flush is not an autoconfiguration error

diffstat:

 sys/arch/xen/xen/xbd_xenbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0397ca1b8e8e -r 78a5d5dba025 sys/arch/xen/xen/xbd_xenbus.c
--- a/sys/arch/xen/xen/xbd_xenbus.c     Thu Mar 12 23:10:27 2020 +0000
+++ b/sys/arch/xen/xen/xbd_xenbus.c     Fri Mar 13 00:32:05 2020 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: xbd_xenbus.c,v 1.95 2020/03/01 03:21:54 riastradh Exp $      */
+/*      $NetBSD: xbd_xenbus.c,v 1.96 2020/03/13 00:32:05 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.95 2020/03/01 03:21:54 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.96 2020/03/13 00:32:05 jdolecek Exp $");
 
 #include "opt_xen.h"
 
@@ -859,7 +859,7 @@
        case DIOCCACHESYNC:
                if (sc->sc_cache_flush <= 0) {
                        if (sc->sc_cache_flush == 0) {
-                               aprint_error_dev(sc->sc_dksc.sc_dev,
+                               aprint_verbose_dev(sc->sc_dksc.sc_dev,
                                    "WARNING: cache flush not supported "
                                    "by backend\n");
                                sc->sc_cache_flush = -1;



Home | Main Index | Thread Index | Old Index