Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs/lib/libzfs When panicing, at least tell the _rea...



details:   https://anonhg.NetBSD.org/src/rev/409e5a992f2f
branches:  trunk
changeset: 763143:409e5a992f2f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 10 22:11:05 2011 +0000

description:
When panicing, at least tell the _real_ reason.

diffstat:

 sys/rump/fs/lib/libzfs/component.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r f78eb109bf59 -r 409e5a992f2f sys/rump/fs/lib/libzfs/component.c
--- a/sys/rump/fs/lib/libzfs/component.c        Thu Mar 10 21:11:49 2011 +0000
+++ b/sys/rump/fs/lib/libzfs/component.c        Thu Mar 10 22:11:05 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: component.c,v 1.4 2011/03/10 19:24:37 pooka Exp $      */
+/*     $NetBSD: component.c,v 1.5 2011/03/10 22:11:05 wiz Exp $        */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.4 2011/03/10 19:24:37 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.5 2011/03/10 22:11:05 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -52,5 +52,5 @@
 
        if ((error = rump_vfs_makeonedevnode(S_IFCHR,
            "/dev/zfs", cmaj, 0)) != 0)
-               panic("cannot create cooked cgd dev nodes: %d", error);
+               panic("cannot create zfs dev nodes: %d", error);
 }



Home | Main Index | Thread Index | Old Index