Module Name: src Committed By: martin Date: Wed Dec 21 19:54:14 UTC 2022
Modified Files: src/sys/ufs/ffs [netbsd-10]: ffs_vfsops.c Log Message: Pull up following revision(s) (requested by chs in ticket #17): sys/ufs/ffs/ffs_vfsops.c: revision 1.379 ffs: fail mounts requesting ACLs for non-ea UFS2 file systems For non-ea UFS2 file system, fail mounts that request ACLs rather than letting the mount succeed only to reject all ACL operations later. Also fix the messages about the on-disk fs flags conflicting with the mount options for which type of ACLs to use, and about requesting both types of ACLs. To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.378.2.1 src/sys/ufs/ffs/ffs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.