Date: Wed, 23 Sep 2009 18:20:45 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 168831 for review Message-ID: <200909231820.n8NIKj7F077349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168831 Change 168831 by trasz@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909231820.n8NIKj7F077349>