Skip to content

Commit

Permalink
SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only
Browse files Browse the repository at this point in the history
Again, this has never been intended as a public abi for out-of-tree
modules.

Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Dec 23, 2008
1 parent 7bd8826 commit d716f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/nfs_common/nfsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d716f0b

Please sign in to comment.