Commit 72ab51d9 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Squash unused function in fs_nfs_mount_clnt.c

From:  David Gibson <david@gibson.dropbear.id.au>

  is never used, so this patch removes it.
parent 70c2ef07
......@@ -92,12 +92,6 @@ mnt_create(char *hostname, struct sockaddr_in *srvaddr, int version,
/*
* XDR encode/decode functions for MOUNT
*/
static int
xdr_error(struct rpc_rqst *req, u32 *p, void *dummy)
{
return -EIO;
}
static int
xdr_encode_dirpath(struct rpc_rqst *req, u32 *p, const char *path)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment