From: Chuck Lever Date: Tue, 11 Sep 2007 22:01:04 +0000 (-0400) Subject: NFS: Add new 'mountaddr=' mount option X-Git-Tag: v2.6.24-rc1~1285^2~87 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac83779fa5bffb90e32a97abc61f1840af31ee9;p=pandora-kernel.git NFS: Add new 'mountaddr=' mount option I got the 'mounthost=' option wrong - it shouldn't look for an address value, but rather a hostname value. However, the in-kernel mount client and NFS client cannot resolve a hostname by themselves; they rely on user-land to pass in the resolved address. Create a new mount option that does take an address so that the mount program's address can be passed in. The mount hostname is now ignored by the kernel. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed