Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d716f0b8 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only



Again, this has never been intended as a public abi for out-of-tree
modules.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 7bd88269
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;