aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/mount_clnt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c
index 93361afcd5da..79b5954b8a1b 100644
--- a/fs/nfs/mount_clnt.c
+++ b/fs/nfs/mount_clnt.c
@@ -141,14 +141,6 @@ out_mnt_err:
141/* 141/*
142 * XDR encode/decode functions for MOUNT 142 * XDR encode/decode functions for MOUNT
143 */ 143 */
144static int xdr_encode_dirpath(struct rpc_rqst *req, __be32 *p,
145 const char *path)
146{
147 p = xdr_encode_string(p, path);
148
149 req->rq_slen = xdr_adjust_iovec(req->rq_svec, p);
150 return 0;
151}
152 144
153static int encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) 145static int encode_mntdirpath(struct xdr_stream *xdr, const char *pathname)
154{ 146{