diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:31 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:31 -0500 |
commit | 468039ee469c5772d3e39f736923c5e0c31017e2 (patch) | |
tree | 1e8d193748b509597979340d04092837abd13214 /net/sunrpc/rpc_pipe.c | |
parent | 88a9fe8cae3bb52e82489447f45e8d7ba1409ca8 (diff) |
SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL
We've never considered the sunrpc code as part of any ABI to be used by
out-of-tree modules.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 23a2b8f6dc49..55b2049834c4 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -113,7 +113,7 @@ out: | |||
113 | wake_up(&rpci->waitq); | 113 | wake_up(&rpci->waitq); |
114 | return res; | 114 | return res; |
115 | } | 115 | } |
116 | EXPORT_SYMBOL(rpc_queue_upcall); | 116 | EXPORT_SYMBOL_GPL(rpc_queue_upcall); |
117 | 117 | ||
118 | static inline void | 118 | static inline void |
119 | rpc_inode_setowner(struct inode *inode, void *private) | 119 | rpc_inode_setowner(struct inode *inode, void *private) |
@@ -808,7 +808,7 @@ err_dput: | |||
808 | -ENOMEM); | 808 | -ENOMEM); |
809 | goto out; | 809 | goto out; |
810 | } | 810 | } |
811 | EXPORT_SYMBOL(rpc_mkpipe); | 811 | EXPORT_SYMBOL_GPL(rpc_mkpipe); |
812 | 812 | ||
813 | /** | 813 | /** |
814 | * rpc_unlink - remove a pipe | 814 | * rpc_unlink - remove a pipe |
@@ -839,7 +839,7 @@ rpc_unlink(struct dentry *dentry) | |||
839 | dput(parent); | 839 | dput(parent); |
840 | return error; | 840 | return error; |
841 | } | 841 | } |
842 | EXPORT_SYMBOL(rpc_unlink); | 842 | EXPORT_SYMBOL_GPL(rpc_unlink); |
843 | 843 | ||
844 | /* | 844 | /* |
845 | * populate the filesystem | 845 | * populate the filesystem |