PERFORCE change 144827 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jul 7 13:53:12 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144827

Change 144827 by trasz at trasz_traszkan on 2008/07/07 13:52:43

	Fix a mismerge.  This makes the p4 version of the kernel
	actually compilable.

Affected files ...

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

Differences ...

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

@@ -170,6 +170,7 @@
 		 */
 		vfs_deleteopt(mp->mnt_optnew, "snapshot");
 		vfs_deleteopt(mp->mnt_opt, "snapshot");
+	}
 
 	if (vfs_getopt(mp->mnt_optnew, "nfs4acls", NULL, NULL) == 0) {
 		if (mntorflags & MNT_ACLS) {


More information about the p4-projects mailing list