Author: pjd
Date: Wed Jun 16 12:42:20 2010
New Revision: 209230
URL: http://svn.freebsd.org/changeset/base/209230
Log:
Remove redundant assignment.
MFC after: 3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Wed Jun
16 08:20:01 2010 (r209229)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Wed Jun
16 12:42:20 2010 (r209230)
@@ -1198,8 +1198,6 @@ zfs_checkexp(vfs_t *vfsp, struct sockadd
* which we have to use here, because only this file system
* has mnt_export configured.
*/
- vfsp = zfsvfs->z_parent->z_vfs;
-
return (vfs_stdcheckexp(zfsvfs->z_parent->z_vfs, nam, extflagsp,
credanonp, numsecflavors, secflavors));
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"