Remove redundant assignment.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2010-06-16 12:42:20 +00:00
parent a4316b2ce0
commit fcc7888f82

View File

@ -1198,8 +1198,6 @@ zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, int *extflagsp,
* 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));
}