Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/cd9660 Fix comment regarding sbp->f_favail (which was...



details:   https://anonhg.NetBSD.org/src/rev/b3f20da629ee
branches:  trunk
changeset: 583423:b3f20da629ee
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Aug 05 13:24:18 2005 +0000

description:
Fix comment regarding sbp->f_favail (which was a duplicate due to a pasto).

diffstat:

 sys/fs/cd9660/cd9660_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7a0f5a1eb609 -r b3f20da629ee sys/fs/cd9660/cd9660_vfsops.c
--- a/sys/fs/cd9660/cd9660_vfsops.c     Fri Aug 05 13:22:23 2005 +0000
+++ b/sys/fs/cd9660/cd9660_vfsops.c     Fri Aug 05 13:24:18 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660_vfsops.c,v 1.24 2005/06/28 09:30:37 yamt Exp $  */
+/*     $NetBSD: cd9660_vfsops.c,v 1.25 2005/08/05 13:24:18 jmmv Exp $  */
 
 /*-
  * Copyright (c) 1994
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.24 2005/06/28 09:30:37 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.25 2005/08/05 13:24:18 jmmv Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -630,7 +630,7 @@
        sbp->f_bresvd = 0; /* total reserved blocks */
        sbp->f_files =  0; /* total files */
        sbp->f_ffree = 0; /* free file nodes */
-       sbp->f_favail = 0; /* free file nodes */
+       sbp->f_favail = 0; /* free file nodes for non superuser */
        sbp->f_fresvd = 0; /* reserved file nodes */
        copy_statvfs_info(sbp, mp);
        /* Use the first spare for flags: */



Home | Main Index | Thread Index | Old Index