NFSv4: Fix a bug in nfs4_validate_mount_data()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 21 Sep 2007 00:23:51 +0000 (20:23 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:17:31 +0000 (17:17 -0400)
commit20c71f5e0f954b00d75009542db2c1f844d94a1e
tree0ff5e7212188238735757dd72ec746ab673ef1fd
parent91ea40b9c6303ddab5c84f078f96b29084b45817
NFSv4: Fix a bug in nfs4_validate_mount_data()

The previous patch introduced a bug when copying the server address.

Also clarify a copy into the auth_flavours array: currently the two
size calculations are equivalent, but we may decide to change the size
of auth_flavors[] at some point.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c