summaryrefslogtreecommitdiffstats
path: root/fs/nfs/symlink.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2008-01-19 19:58:23 +0100
committerJ. Bruce Fields2008-04-23 22:13:37 +0200
commit065f30ec14b1460c695b371bc44e068832a60d9b (patch)
treeff85eab4b7072497522c2dd33ca0edb3c201fcf5 /fs/nfs/symlink.c
parentIPv6 support for NFS server export caches (diff)
downloadkernel-qcow2-linux-065f30ec14b1460c695b371bc44e068832a60d9b.tar.gz
kernel-qcow2-linux-065f30ec14b1460c695b371bc44e068832a60d9b.tar.xz
kernel-qcow2-linux-065f30ec14b1460c695b371bc44e068832a60d9b.zip
nfs: remove unnecessary NFS_NEED_* defines
Thanks to Robert Day for pointing out that these two defines are unused. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Cc: Trond Myklebust <trond@netapp.com>Trond Myklebust <trond@netapp.com> Cc: Neil Brown <neilb@suse.de> Cc: "Robert P. J. Day" <rpjday@crashcourse.ca>
Diffstat (limited to 'fs/nfs/symlink.c')
-rw-r--r--fs/nfs/symlink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/symlink.c b/fs/nfs/symlink.c
index 83e865a16ad1..412738dbfbc7 100644
--- a/fs/nfs/symlink.c
+++ b/fs/nfs/symlink.c
@@ -10,7 +10,6 @@
* nfs symlink handling code
*/
-#define NFS_NEED_XDR_TYPES
#include <linux/time.h>
#include <linux/errno.h>
#include <linux/sunrpc/clnt.h>