Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2008 11:35:50 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 145061 for review
Message-ID:  <200807111135.m6BBZo6V033142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145061

Change 145061 by trasz@trasz_traszkan on 2008/07/11 11:35:17

	Make "acls" and "nfs4acls" mount options mutually exclusive.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_vfsops.c#6 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_vfsops.c#6 (text+ko) ====

@@ -175,9 +175,7 @@
 	if (vfs_getopt(mp->mnt_optnew, "nfs4acls", NULL, NULL) == 0) {
 		if (mntorflags & MNT_ACLS) {
 			printf("WARNING: both acls and nfs4acls specified\n");
-#if 0
 			return (EINVAL);
-#endif
 		}
 		mntorflags |= MNT_NFS4ACLS;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807111135.m6BBZo6V033142>