projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d961aa
)
NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 13 Jul 2011 23:26:49 +0000
(19:26 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 15 Jul 2011 13:12:24 +0000
(09:12 -0400)
This is not part of an external ABI...
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/client.c
b/fs/nfs/client.c
index 5452ada59461acb532d058a1a028a45a2eecf0f5..19ea7d9c75e6ccfa192eb8112b63476068d75fed 100644
(file)
--- 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.