NFSv41: Fix nfs4_proc_create_session
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 6 Dec 2009 00:32:11 +0000 (19:32 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 6 Dec 2009 00:32:11 +0000 (19:32 -0500)
commitf26468fb9384e73fb357d2e84d3e9c88c7d1129d
tree453ab2ea84473a1f52d0400c628d8ad9fd95d8c8
parentda6ebfe34a3921cfb47b938fb819abc78c6080e5
NFSv41: Fix nfs4_proc_create_session

We should not assume that nfs41_init_clientid() will always want to
initialise the session. If it is being called due to a server reboot, then
we just want to reset the session after re-establishing the clientid.

Fix this by getting rid of the 'reset' parameter in
nfs4_proc_create_session(), and instead relying on whether or not the
session slot table pointer is non-NULL.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c