From 72ab51d9c63477b8d2de0bb0b81a04fb478fdd61 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 9 Feb 2003 03:00:16 -0800 Subject: [PATCH] [PATCH] Squash unused function in fs_nfs_mount_clnt.c From: David Gibson is never used, so this patch removes it. --- fs/nfs/mount_clnt.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fs/nfs/mount_clnt.c b/fs/nfs/mount_clnt.c index 83e3f8e55e4b..9d54ad1b460e 100644 --- a/fs/nfs/mount_clnt.c +++ b/fs/nfs/mount_clnt.c @@ -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) { -- 2.39.5