Revert previous. set_statvfs_info needs the struct proc * arg.

Problem noted by Tom Ivar Helbekkmo on current-users
This commit is contained in:
skrll 2004-10-15 09:09:09 +00:00
parent 84a34aedec
commit de13910b03
1 changed files with 3 additions and 3 deletions

View File

@ -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 <sys/cdefs.h>
__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