| .. | .. |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | NetApp provides this source code under the GPL v2 License. |
|---|
| 6 | 6 | The GPL v2 license is available at |
|---|
| 7 | | -http://opensource.org/licenses/gpl-license.php. |
|---|
| 7 | +https://opensource.org/licenses/gpl-license.php. |
|---|
| 8 | 8 | |
|---|
| 9 | 9 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 10 | 10 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| .. | .. |
|---|
| 50 | 50 | return loopback; |
|---|
| 51 | 51 | } |
|---|
| 52 | 52 | |
|---|
| 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 | | - |
|---|
| 57 | 53 | int rpc_clients_notifier_register(void); |
|---|
| 58 | 54 | void rpc_clients_notifier_unregister(void); |
|---|
| 55 | +void auth_domain_cleanup(void); |
|---|
| 59 | 56 | #endif /* _NET_SUNRPC_SUNRPC_H */ |
|---|