NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL

This is not part of an external ABI...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust 2011-07-13 19:26:49 -04:00
parent 0d961aa934
commit 94b134ac8e

View file

@ -1463,7 +1463,7 @@ struct nfs_client *nfs4_set_ds_client(struct nfs_client* mds_clp,
dprintk("<-- %s %p\n", __func__, clp); dprintk("<-- %s %p\n", __func__, clp);
return clp; return clp;
} }
EXPORT_SYMBOL(nfs4_set_ds_client); EXPORT_SYMBOL_GPL(nfs4_set_ds_client);
/* /*
* Session has been established, and the client marked ready. * Session has been established, and the client marked ready.