search for: nfs2xdr

Displaying 2 results from an estimated 2 matches for "nfs2xdr".

2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...its network address - at boot time. - - Most people say N here. - config LOCKD tristate diff --git a/fs/nfs/Makefile b/fs/nfs/Makefile index ec61fd5..a06c590 100644 --- a/fs/nfs/Makefile +++ b/fs/nfs/Makefile @@ -6,7 +6,6 @@ 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 -nfs-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.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 \ diff --git a/fs/nfs/mo...
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...ere. - config LOCKD tristate default m if NFS_FS!=y && NFSD!=y && (NFS_FS=m || NFSD=m) diff -Nru a/fs/nfs/Makefile b/fs/nfs/Makefile --- a/fs/nfs/Makefile Thu May 22 15:40:37 2003 +++ b/fs/nfs/Makefile Thu May 22 15:40:37 2003 @@ -6,7 +6,6 @@ nfs-y := dir.o file.o inode.o nfs2xdr.o pagelist.o \ proc.o read.o symlink.o unlink.o write.o -nfs-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.o nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \ idmap.o diff -Nru a/fs/nfs/mount_clnt.c b/fs/nfs/mount...