Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/udf Typo in debug message: we are removing a director...
details: https://anonhg.NetBSD.org/src/rev/f852a8398e2b
branches: trunk
changeset: 787779:f852a8398e2b
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Jul 03 12:55:34 2013 +0000
description:
Typo in debug message: we are removing a directory and not a file.
diffstat:
sys/fs/udf/udf_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 77505f751937 -r f852a8398e2b sys/fs/udf/udf_vnops.c
--- a/sys/fs/udf/udf_vnops.c Wed Jul 03 11:50:59 2013 +0000
+++ b/sys/fs/udf/udf_vnops.c Wed Jul 03 12:55:34 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_vnops.c,v 1.76 2013/06/27 09:38:08 reinoud Exp $ */
+/* $NetBSD: udf_vnops.c,v 1.77 2013/07/03 12:55:34 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.76 2013/06/27 09:38:08 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.77 2013/07/03 12:55:34 reinoud Exp $");
#endif /* not lint */
@@ -2196,7 +2196,7 @@
// cache_purge(dvp); /* XXX from msdosfs, why? */
VN_KNOTE(vp, NOTE_DELETE);
}
- DPRINTFIF(NODE, error, ("\tgot error removing file\n"));
+ DPRINTFIF(NODE, error, ("\tgot error removing dir\n"));
/* unput the nodes and exit */
vput(dvp);
Home |
Main Index |
Thread Index |
Old Index