diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 5364e2e52e07..19b44e53e421 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -113,6 +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 | 117 | ||
117 | static inline void | 118 | static inline void |
118 | rpc_inode_setowner(struct inode *inode, void *private) | 119 | rpc_inode_setowner(struct inode *inode, void *private) |
@@ -805,6 +806,7 @@ err_dput: | |||
805 | -ENOMEM); | 806 | -ENOMEM); |
806 | goto out; | 807 | goto out; |
807 | } | 808 | } |
809 | EXPORT_SYMBOL(rpc_mkpipe); | ||
808 | 810 | ||
809 | /** | 811 | /** |
810 | * rpc_unlink - remove a pipe | 812 | * rpc_unlink - remove a pipe |
@@ -835,6 +837,7 @@ rpc_unlink(struct dentry *dentry) | |||
835 | dput(parent); | 837 | dput(parent); |
836 | return error; | 838 | return error; |
837 | } | 839 | } |
840 | EXPORT_SYMBOL(rpc_unlink); | ||
838 | 841 | ||
839 | /* | 842 | /* |
840 | * populate the filesystem | 843 | * populate the filesystem |