diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-14 03:26:49 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-15 17:12:24 +0400 |
commit | 94b134ac8e9965309e70684b504c53bca36338b4 (patch) | |
tree | d997c6b6697c5b80b4f15886d6d99cc9ee43b56f /fs | |
parent | 0d961aa934b799ca7369db582e52952cc50c656d (diff) | |
download | linux-94b134ac8e9965309e70684b504c53bca36338b4.tar.xz |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 5452ada59461..19ea7d9c75e6 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c @@ -1463,7 +1463,7 @@ struct nfs_client *nfs4_set_ds_client(struct nfs_client* mds_clp, dprintk("<-- %s %p\n", __func__, 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. |