diff options
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 |