From: Jeff Layton Date: Thu, 27 Jun 2013 19:54:39 +0000 (-0400) Subject: nfs: move server_authlist into nfs_try_mount_request X-Git-Tag: v3.11-rc1~72^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294ae81d4f89c76b7c5bbad7b14a43c02f6d738d;p=pandora-kernel.git 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 Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed