From: Trond Myklebust Date: Sun, 6 Dec 2009 00:32:11 +0000 (-0500) Subject: NFSv41: Fix nfs4_proc_create_session X-Git-Tag: v2.6.33-rc1~287^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26468fb9384e73fb357d2e84d3e9c88c7d1129d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed