From de13910b03c4cae6b89d9e95843b6a7b58009f33 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Oct 2004 09:09:09 +0000 Subject: [PATCH] Revert previous. set_statvfs_info needs the struct proc * arg. Problem noted by Tom Ivar Helbekkmo on current-users --- sys/coda/coda_vfsops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index ef7d799d101c..04cab4dec8e4 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: coda_vfsops.c,v 1.39 2004/09/17 14:11:23 skrll Exp $ */ +/* $NetBSD: coda_vfsops.c,v 1.40 2004/10/15 09:09:09 skrll Exp $ */ /* * @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.39 2004/09/17 14:11:23 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.40 2004/10/15 09:09:09 skrll Exp $"); #ifdef _LKM #define NVCODA 4 @@ -269,7 +269,7 @@ coda_mount(vfsp, path, data, ndp, p) MARK_INT_SAT(CODA_MOUNT_STATS); return set_statvfs_info("/coda", UIO_SYSSPACE, "CODA", UIO_SYSSPACE, vfsp, - NULL); + p); } int