Source-Changes-HG archive

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

[src/bouyer-quota2]: src/sys/ufs/ffs Remove comment that should not be there



details:   https://anonhg.NetBSD.org/src/rev/8c2205606fa6
branches:  bouyer-quota2
changeset: 761182:8c2205606fa6
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Feb 17 13:28:15 2011 +0000

description:
Remove comment that should not be there

diffstat:

 sys/ufs/ffs/ffs_snapshot.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 372ad178be44 -r 8c2205606fa6 sys/ufs/ffs/ffs_snapshot.c
--- a/sys/ufs/ffs/ffs_snapshot.c        Thu Feb 17 11:57:10 2011 +0000
+++ b/sys/ufs/ffs/ffs_snapshot.c        Thu Feb 17 13:28:15 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_snapshot.c,v 1.102.4.4 2011/02/17 12:00:52 bouyer Exp $    */
+/*     $NetBSD: ffs_snapshot.c,v 1.102.4.5 2011/02/17 13:28:15 bouyer Exp $    */
 
 /*
  * Copyright 2000 Marshall Kirk McKusick. All Rights Reserved.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.102.4.4 2011/02/17 12:00:52 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.102.4.5 2011/02/17 13:28:15 bouyer Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -1051,7 +1051,6 @@
                dip1->di_flags =
                    ufs_rw32(ufs_rw32(dip1->di_flags, ns) & ~SF_SNAPSHOT, ns);
                memset(&dip1->di_db[0], 0, (NDADDR + NIADDR) * sizeof(int32_t));
-               /* quota inodes are not accounted in quotas */
        } else {
                dip2 = (struct ufs2_dinode *)bp->b_data +
                    ino_to_fsbo(fs, cancelip->i_number);



Home | Main Index | Thread Index | Old Index