|
@@ -753,8 +753,6 @@ static int nfs_init_server(struct nfs_server *server,
|
|
|
data->timeo, data->retrans);
|
|
|
if (data->flags & NFS_MOUNT_NORESVPORT)
|
|
|
set_bit(NFS_CS_NORESVPORT, &cl_init.init_flags);
|
|
|
- if (server->options & NFS_OPTION_MIGRATION)
|
|
|
- set_bit(NFS_CS_MIGRATION, &cl_init.init_flags);
|
|
|
|
|
|
/* Allocate or find a client reference we can use */
|
|
|
clp = nfs_get_client(&cl_init, &timeparms, NULL, RPC_AUTH_UNIX);
|