NFSv4.1: Fix session initialisation races
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 23 May 2012 17:23:31 +0000 (13:23 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 23 May 2012 19:20:57 +0000 (15:20 -0400)
commit7b38c3682c5cab4f98751d5fe57b78a59020653d
treec6c2ea72b99b59b60a3c7ba3d142a4926664398e
parentacdeb69d9c5934a678a732b4e24770326bf9471e
NFSv4.1: Fix session initialisation races

Session initialisation is not complete until the lease manager
has run. We need to ensure that both nfs4_init_session and
nfs4_init_ds_session do so, and that they check for any resulting
errors in clp->cl_cons_state.

Only after this is done, can nfs4_ds_connect check the contents
of clp->cl_exchange_flags.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Andy Adamson <andros@netapp.com>
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/nfs4filelayoutdev.c
fs/nfs/nfs4proc.c