David Howells <dhowells@xxxxxxxxxx> wrote: > > .. > > fs/namei.c | 2 > fs/namespace.c | 4 + > fs/nfs/Makefile | 4 - > fs/nfs/dir.c | 65 +++++++++++ > fs/nfs/inode.c | 265 ++++++++++++++++++++++++--------------------- > fs/nfs/nfs3proc.c | 2 > fs/nfs/nfs4proc.c | 59 +--------- > fs/nfs/nfs4state.c | 2 > include/linux/nfs_fs_sb.h | 2 > 9 files changed, 218 insertions(+), 187 deletions(-) > > ... > > -nfs-y := dir.o file.o inode.o nfs2xdr.o pagelist.o \ > - proc.o read.o symlink.o unlink.o write.o > +nfs-y := dir.o file.o getroot.o inode.o nfs2xdr.o \ > + pagelist.o proc.o read.o symlink.o unlink.o write.o We're missing getroot.c and internal.h. I stole those from your #2 series, and it compiles and links, fwiw.