--- - branch: MAIN date: Mon Nov 28 04:52:04 UTC 2022 files: - new: '1.50' old: '1.49' path: src/sys/ufs/files.ufs pathrev: src/sys/ufs/files.ufs@1.50 type: modified - new: '1.10' old: '1.9' path: src/sys/ufs/ffs/ffs_extattr.c pathrev: src/sys/ufs/ffs/ffs_extattr.c@1.10 type: modified - new: '1.87' old: '1.86' path: src/sys/ufs/ffs/ffs_extern.h pathrev: src/sys/ufs/ffs/ffs_extern.h@1.87 type: modified id: 20221128T045204Z.3d562725e19102b847f4402097cbb9d37e897d5c log: | 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. module: src subject: 'CVS commit: src/sys/ufs' unixtime: '1669611124' user: chs