Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/msdosfs Let this build when MSDOSFS_DEBUG is defined ...
details: https://anonhg.NetBSD.org/src/rev/c675f315e867
branches: trunk
changeset: 583413:c675f315e867
user: jmmv <jmmv%NetBSD.org@localhost>
date: Fri Aug 05 11:00:31 2005 +0000
description:
Let this build when MSDOSFS_DEBUG is defined (v_id disappeared a long time
ago but it was still used here).
diffstat:
sys/fs/msdosfs/msdosfs_vfsops.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r c464f48a4ce0 -r c675f315e867 sys/fs/msdosfs/msdosfs_vfsops.c
--- a/sys/fs/msdosfs/msdosfs_vfsops.c Fri Aug 05 10:39:05 2005 +0000
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c Fri Aug 05 11:00:31 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msdosfs_vfsops.c,v 1.24 2005/05/29 21:00:29 christos Exp $ */
+/* $NetBSD: msdosfs_vfsops.c,v 1.25 2005/08/05 11:00:31 jmmv Exp $ */
/*-
* Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.24 2005/05/29 21:00:29 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msdosfs_vfsops.c,v 1.25 2005/08/05 11:00:31 jmmv Exp $");
#if defined(_KERNEL_OPT)
#include "opt_quota.h"
@@ -826,8 +826,8 @@
printf("msdosfs_umount(): just before calling VOP_CLOSE()\n");
printf("flag %08x, usecount %d, writecount %ld, holdcnt %ld\n",
vp->v_flag, vp->v_usecount, vp->v_writecount, vp->v_holdcnt);
- printf("id %lu, mount %p, op %p\n",
- vp->v_id, vp->v_mount, vp->v_op);
+ printf("mount %p, op %p\n",
+ vp->v_mount, vp->v_op);
printf("freef %p, freeb %p, mount %p\n",
vp->v_freelist.tqe_next, vp->v_freelist.tqe_prev,
vp->v_mount);
Home |
Main Index |
Thread Index |
Old Index