Author: trasz
Date: Mon Apr 19 18:19:59 2010
New Revision: 206849
URL: http://svn.freebsd.org/changeset/base/206849
Log:
MFC r196987:
Remove useless variable assignment.
Modified:
stable/8/sys/ufs/ufs/ufs_acl.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/dev/uath/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/ufs/ufs/ufs_acl.c
==============================================================================
--- stable/8/sys/ufs/ufs/ufs_acl.c Mon Apr 19 17:16:23 2010
(r206848)
+++ stable/8/sys/ufs/ufs/ufs_acl.c Mon Apr 19 18:19:59 2010
(r206849)
@@ -330,9 +330,6 @@ ufs_getacl_posix1e(struct vop_getacl_arg
old->acl_cnt = 0;
break;
}
-
- error = 0;
-
/* FALLTHROUGH */
case 0:
error = acl_copy_oldacl_into_acl(old, ap->a_aclp);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"