nfs: move server_authlist into nfs_try_mount_request
authorJeff Layton <jlayton@redhat.com>
Thu, 27 Jun 2013 19:54:39 +0000 (15:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 28 Jun 2013 19:49:49 +0000 (15:49 -0400)
commit294ae81d4f89c76b7c5bbad7b14a43c02f6d738d
tree3473e0cf09852e3a9bcee85aaaf504c63de95b57
parentd17540c61bc7b0c7be45d0d2b6244ddbc9ba6aee
nfs: move server_authlist into nfs_try_mount_request

In a later patch we're going to want to cycle over this list and attempt
to call ->create_server for each different flavor until one succeeds.
Move the list allocation to the stack of nfs_try_mount_request() and
pass a pointer to it and its length to nfs_request_mount().

Cc: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c