From: Chuck Lever Date: Sun, 1 Jul 2007 16:13:27 +0000 (-0400) Subject: NFS: Remake nfsroot_mount as a permanent part of NFS client X-Git-Tag: v2.6.23-rc1~1073^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea97309e6b18bce200211b3f9188e8023321adc;p=pandora-kernel.git NFS: Remake nfsroot_mount as a permanent part of NFS client In preparation for supporting NFSv2 and NFSv3 mount option handling in the kernel NFS client, convert mount_clnt.c to be a permanent part of the NFS client, instead of built only when CONFIG_ROOT_NFS is enabled. In addition, we also replace the "struct sockaddr_in *" argument with something more generic, to help support IPv6 at some later point. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed