From: Andrew Morton Signed-off-by: Andrew Morton --- fs/nfs/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN fs/nfs/Makefile~git-nfs-fixup fs/nfs/Makefile --- devel/fs/nfs/Makefile~git-nfs-fixup 2006-05-21 14:44:50.000000000 -0700 +++ devel-akpm/fs/nfs/Makefile 2006-05-21 14:45:13.000000000 -0700 @@ -5,7 +5,8 @@ obj-$(CONFIG_NFS_FS) += nfs.o nfs-y := dir.o file.o inode.o nfs2xdr.o pagelist.o \ - proc.o read.o symlink.o unlink.o write.o + proc.o read.o symlink.o unlink.o write.o \ + namespace.o nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ _