commit | 689d7ba4895b803244f596e56ffa3d9e4f24acdc | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Jun 05 18:03:52 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:09 2019 -0400 |
tree | bb66f63cdc792f2a297255fb86518d13d6a77e65 | |
parent | 30498dcc12e5fd0aa7395ef80da8466854ff6a41 [diff] |
nfsd: fix cleanup of nfsd_reply_cache_init on failure The failure to unregister the shrinker results will result in corruption when the nfsd_net is freed. Also clean up the drc_slab while we're here. Reported-by: syzbot+83a43746cebef3508b49@syzkaller.appspotmail.com Fixes: db17b61765c2 ("nfsd4: drc containerization") Signed-off-by: J. Bruce Fields <bfields@redhat.com>