[Linux-cachefs] Re: [PATCH 5/5] NFS: Unify NFS superblocks per-protocol per-server [try #3]

Andrew Morton akpm at osdl.org
Fri Mar 3 03:22:58 UTC 2006


David Howells <dhowells at redhat.com> 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.




More information about the Linux-cachefs mailing list