Subject: CVS commit: src/sbin/fsck_ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 06/08/2005 20:34:06
Module Name: src
Committed By: dbj
Date: Wed Jun 8 20:34:06 UTC 2005
Modified Files:
src/sbin/fsck_ffs: pass1.c
Log Message:
add code to handle inodes with extended attribute blocks
this is currently turned off with "#ifdef notyet" since the
kernel will not correctly clean up extended attribute blocks on truncation
Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sbin/fsck_ffs/pass1.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.