From: Adrian Bunk Date: Mon, 12 Feb 2007 08:53:40 +0000 (-0800) Subject: [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGIC X-Git-Tag: v2.6.21-rc1~274^2~106 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b5d5dfbd59577aed72263f22e28d3eaf98e1c6e5;p=linux-2.6-omap-h63xx.git [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGIC NFS_SUPER_MAGIC is already defined in include/linux/magic.h Signed-off-by: Adrian Bunk Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 28108c82b88..76b98009762 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include diff --git a/include/linux/nfsd/const.h b/include/linux/nfsd/const.h index f0cc7779052..323f8cfa060 100644 --- a/include/linux/nfsd/const.h +++ b/include/linux/nfsd/const.h @@ -30,10 +30,6 @@ #include -#ifndef NFS_SUPER_MAGIC -# define NFS_SUPER_MAGIC 0x6969 -#endif - /* * Largest number of bytes we need to allocate for an NFS * call or reply. Used to control buffer sizes. We use