|
@@ -198,6 +198,8 @@ struct nfs_client *nfs4_init_client(struct nfs_client *clp,
|
|
|
/* Check NFS protocol revision and initialize RPC op vector */
|
|
|
clp->rpc_ops = &nfs_v4_clientops;
|
|
|
|
|
|
+ if (clp->cl_minorversion != 0)
|
|
|
+ __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags);
|
|
|
__set_bit(NFS_CS_DISCRTRY, &clp->cl_flags);
|
|
|
error = nfs_create_rpc_client(clp, timeparms, authflavour);
|
|
|
if (error < 0)
|