PERFORCE change 168831 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Sep 23 18:20:47 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=168831
Change 168831 by trasz at trasz_victim on 2009/09/23 18:20:02
Cosmetic fixes.
Affected files ...
.. //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_vfsops.c#24 edit
Differences ...
==== //depot/projects/soc2008/trasz_nfs4acl/sys/ufs/ffs/ffs_vfsops.c#24 (text+ko) ====
@@ -179,7 +179,8 @@
if (vfs_getopt(mp->mnt_optnew, "nfs4acls", NULL, NULL) == 0) {
if (mntorflags & MNT_ACLS) {
- printf("WARNING: both acls and nfs4acls specified\n");
+ printf("WARNING: \"acls\" and \"nfs4acls\" "
+ "options are mutually exclusive\n");
return (EINVAL);
}
mntorflags |= MNT_NFS4ACLS;
@@ -844,7 +845,8 @@
MNT_ILOCK(mp);
if (mp->mnt_flag & MNT_NFS4ACLS)
- printf("WARNING: ACLs flag on fs conflicts with nfs4acls mount option; flag ignored\n");
+ printf("WARNING: ACLs flag on fs conflicts with "
+ "\"nfs4acls\" mount option; flag ignored\n");
else
mp->mnt_flag |= MNT_ACLS;
More information about the p4-projects
mailing list