Source-Changes-HG archive

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

[src/trunk]: src/sys/coda Revert previous. set_statvfs_info needs the struct ...



details:   https://anonhg.NetBSD.org/src/rev/0a70ae6e7899
branches:  trunk
changeset: 570513:0a70ae6e7899
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 15 09:09:09 2004 +0000

description:
Revert previous. set_statvfs_info needs the struct proc * arg.

Problem noted by Tom Ivar Helbekkmo on current-users

diffstat:

 sys/coda/coda_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7e0e71f77e5f -r 0a70ae6e7899 sys/coda/coda_vfsops.c
--- a/sys/coda/coda_vfsops.c    Fri Oct 15 08:47:16 2004 +0000
+++ b/sys/coda/coda_vfsops.c    Fri Oct 15 09:09:09 2004 +0000
@@ -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 @@
        MARK_INT_SAT(CODA_MOUNT_STATS);
 
     return set_statvfs_info("/coda", UIO_SYSSPACE, "CODA", UIO_SYSSPACE, vfsp,
-       NULL);
+       p);
 }
 
 int



Home | Main Index | Thread Index | Old Index