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

From: Andrew Morton
Date: Thu Mar 02 2006 - 22:25:29 EST


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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/