diff options
| author | Chuck Lever <chuck.lever@oracle.com> | 2025-05-08 18:56:40 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-05-15 23:16:25 +0300 |
| commit | b406c6b78198f123e08061c45d56803459785975 (patch) | |
| tree | 4194449bd320a1b94d7751e465d804bebc1ff4a2 /include/linux | |
| parent | 1969823caf163593c82df9f9589074720bed2eea (diff) | |
| download | linux-b406c6b78198f123e08061c45d56803459785975.tar.xz | |
SUNRPC: Remove svc_fill_write_vector()
Clean up: This API is no longer used.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index dec636345ee2..510ee1927977 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -470,8 +470,6 @@ const char * svc_proc_name(const struct svc_rqst *rqstp); int svc_encode_result_payload(struct svc_rqst *rqstp, unsigned int offset, unsigned int length); -unsigned int svc_fill_write_vector(struct svc_rqst *rqstp, - const struct xdr_buf *payload); char *svc_fill_symlink_pathname(struct svc_rqst *rqstp, struct kvec *first, void *p, size_t total); |
