aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/Makefile
diff options
context:
space:
mode:
authorBryan Schumaker <bjschuma@netapp.com>2012-07-16 16:39:16 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-07-17 13:33:51 -0400
commita38a9eac75f0d09f1941a6e85e291c8e96bc8375 (patch)
treeb94c8a48f3d3c3903232729ea4c834cbb0eb315a /fs/nfs/Makefile
parentNFS: Split out NFS v4 file operations (diff)
downloadlinux-dev-a38a9eac75f0d09f1941a6e85e291c8e96bc8375.tar.xz
linux-dev-a38a9eac75f0d09f1941a6e85e291c8e96bc8375.zip
NFS: Move the v4 getroot code to nfs4getroot.c
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Makefile')
-rw-r--r--fs/nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile
index e882a389b2ed..ec13afe2619a 100644
--- a/fs/nfs/Makefile
+++ b/fs/nfs/Makefile
@@ -15,7 +15,7 @@ nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o
nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
nfs4super.o nfs4file.o delegation.o idmap.o \
callback.o callback_xdr.o callback_proc.o \
- nfs4namespace.o
+ nfs4namespace.o nfs4getroot.o
nfs-$(CONFIG_NFS_V4_1) += pnfs.o pnfs_dev.o
ifeq ($(CONFIG_SYSCTL), y)