From: Jeff Layton Date: Wed, 10 Jun 2009 13:57:55 +0000 (-0400) Subject: cifs: add addr= mount option alias for ip= X-Git-Tag: v2.6.31-rc1~394^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f7f68f228c3aba2ba4468d92e2cec35724ba2e;p=pandora-kernel.git cifs: add addr= mount option alias for ip= When you look in /proc/mounts, the address of the server gets displayed as "addr=". That's really a better option to use anyway since it's more generic. What if we eventually want to support non-IP transports? It also makes CIFS option consistent with the NFS option of the same name. Begin the migration to that option name by adding an alias for ip= called addr=. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed