Merge branch 'osd-devel' into nfs-for-next
[firefly-linux-kernel-4.4.55.git] / include / linux / sunrpc / clnt.h
index 492486a74484f9c6bdc77986f0f35e2dc2754d1d..3d8f9c44e27d8a161daed9f8bcdd50591d906991 100644 (file)
@@ -136,6 +136,8 @@ void                rpc_shutdown_client(struct rpc_clnt *);
 void           rpc_release_client(struct rpc_clnt *);
 void           rpc_task_release_client(struct rpc_task *);
 
+int            rpcb_create_local(void);
+void           rpcb_put_local(void);
 int            rpcb_register(u32, u32, int, unsigned short);
 int            rpcb_v4_register(const u32 program, const u32 version,
                                 const struct sockaddr *address,