cifs: add addr= mount option alias for ip=
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Jun 2009 13:57:55 +0000 (09:57 -0400)
committerSteve French <sfrench@us.ibm.com>
Wed, 10 Jun 2009 15:39:14 +0000 (15:39 +0000)
commit58f7f68f228c3aba2ba4468d92e2cec35724ba2e
tree3afd0bfcfa97ebd76154f10cfc6dae4d839589d4
parentf0472d0ec89bef2ea4432828c3daa1b26ef569aa
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 <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c