NFS: move nfs_server flag initialization
authorChuck Lever <chuck.lever@oracle.com>
Tue, 23 Dec 2008 20:21:36 +0000 (15:21 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:36 +0000 (15:21 -0500)
commit542fcc334adfea36d407cbf698d549fcb2bf6b91
tree353198c6639f7350d014cde23f495f2bf2b13aed
parent4a01b8a4ee7b12becd26a49bae57f019605658cd
NFS: move nfs_server flag initialization

Make it possible for the NFSv4 mount set up logic to pass mount option
flags down the stack to nfs_create_rpc_client().

This is immediately useful if we want NFS mount options to modulate
settings of the underlying RPC transport, but it may be useful at some
later point if other parts of the NFSv4 mount initialization logic
want to know what the mount options are.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c