hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/net/sunrpc/sunrpc.h
....@@ -4,7 +4,7 @@
44
55 NetApp provides this source code under the GPL v2 License.
66 The GPL v2 license is available at
7
-http://opensource.org/licenses/gpl-license.php.
7
+https://opensource.org/licenses/gpl-license.php.
88
99 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1010 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
....@@ -50,10 +50,7 @@
5050 return loopback;
5151 }
5252
53
-int svc_send_common(struct socket *sock, struct xdr_buf *xdr,
54
- struct page *headpage, unsigned long headoffset,
55
- struct page *tailpage, unsigned long tailoffset);
56
-
5753 int rpc_clients_notifier_register(void);
5854 void rpc_clients_notifier_unregister(void);
55
+void auth_domain_cleanup(void);
5956 #endif /* _NET_SUNRPC_SUNRPC_H */