Module Name: src Committed By: chs Date: Mon Nov 28 04:52:04 UTC 2022
Modified Files: src/sys/ufs: files.ufs src/sys/ufs/ffs: ffs_extattr.c ffs_extern.h Log Message: the UFS_EXTATTR option was supposed to affect only UFS1 file systems, but when the UFS2 extattr code was merged, the UFS_EXTATTR option was mistakenly changed to affect UFS2 file systems as well. this commit changes UFS_EXTATTR back to affecting only UFS1 file systems as originally intended. in UFS2 (or rather UFS2ea in NetBSD), extattrs are a native feature and are always supported. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/ufs/files.ufs cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/ffs/ffs_extattr.c cvs rdiff -u -r1.86 -r1.87 src/sys/ufs/ffs/ffs_extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.