Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Enable the code to clean the extattr blocks



details:   https://anonhg.NetBSD.org/src/rev/03c583e675fc
branches:  trunk
changeset: 930997:03c583e675fc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 19 19:37:06 2020 +0000

description:
Enable the code to clean the extattr blocks

diffstat:

 sbin/fsck_ffs/pass1.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e42e5aac5ad4 -r 03c583e675fc sbin/fsck_ffs/pass1.c
--- a/sbin/fsck_ffs/pass1.c     Sun Apr 19 19:36:49 2020 +0000
+++ b/sbin/fsck_ffs/pass1.c     Sun Apr 19 19:37:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pass1.c,v 1.58 2018/02/13 11:20:08 hannken Exp $       */
+/*     $NetBSD: pass1.c,v 1.59 2020/04/19 19:37:06 christos Exp $      */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)pass1.c    8.6 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: pass1.c,v 1.58 2018/02/13 11:20:08 hannken Exp $");
+__RCSID("$NetBSD: pass1.c,v 1.59 2020/04/19 19:37:06 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -423,7 +423,6 @@
        else
                idesc->id_type = ADDR;
        (void)ckinode(dp, idesc);
-#ifdef notyet
        if (is_ufs2 && iswap32(dp->dp2.di_extsize) > 0) {
                int ret, offset;
                idesc->id_type = ADDR;
@@ -443,7 +442,6 @@
                                break;
                }
        }
-#endif
        idesc->id_entryno *= btodb(sblock->fs_fsize);
        if (is_ufs2)
                blocks = iswap64(dp->dp2.di_blocks);



Home | Main Index | Thread Index | Old Index