commit | 294ae81d4f89c76b7c5bbad7b14a43c02f6d738d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jun 27 15:54:39 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jun 28 15:49:49 2013 -0400 |
tree | 3473e0cf09852e3a9bcee85aaaf504c63de95b57 | |
parent | d17540c61bc7b0c7be45d0d2b6244ddbc9ba6aee [diff] |
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>