commit | bb6ad5572c0022e17e846b382d7413cdcf8055be | [log] [tgz] |
---|---|---|
author | Trond Myklebust <[email protected]> | Tue Oct 09 15:54:15 2018 -0400 |
committer | J. Bruce Fields <[email protected]> | Mon Oct 29 16:58:04 2018 -0400 |
tree | 9dd0c1cad4f1f1ae8188e3808a38aa0fdd7cf669 | |
parent | bd8d725078867cda250fe94b9c5a067b4a64ca74 [diff] |
nfsd: Fix an Oops in free_session() In call_xpt_users(), we delete the entry from the list, but we do not reinitialise it. This triggers the list poisoning when we later call unregister_xpt_user() in nfsd4_del_conns(). Signed-off-by: Trond Myklebust <[email protected]> Cc: [email protected] Signed-off-by: J. Bruce Fields <[email protected]>