projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd8826
)
SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:32 +0000
(15:21 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:32 +0000
(15:21 -0500)
Again, this has never been intended as a public abi for out-of-tree
modules.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs_common/nfsacl.c
patch
|
blob
|
history
diff --git
a/fs/nfs_common/nfsacl.c
b/fs/nfs_common/nfsacl.c
index
c11f537
..
04133aa
100644
(file)
--- a/
fs/nfs_common/nfsacl.c
+++ b/
fs/nfs_common/nfsacl.c
@@
-29,8
+29,8
@@
MODULE_LICENSE("GPL");
-EXPORT_SYMBOL(nfsacl_encode);
-EXPORT_SYMBOL(nfsacl_decode);
+EXPORT_SYMBOL
_GPL
(nfsacl_encode);
+EXPORT_SYMBOL
_GPL
(nfsacl_decode);
struct nfsacl_encode_desc {
struct xdr_array2_desc desc;