nfsd: don't call nfsd_reply_cache_shutdown twice
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 16 May 2019 18:24:40 +0000 (14:24 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jul 2019 21:52:08 +0000 (17:52 -0400)
commitb401170f6d9cd4270e0159d9b016f4ccb06caa85
tree1a4d74acd8a9d8841fb5f949341ea3c932d12734
parent3b2d4dcf71c4a91b420f835e52ddea8192300a3b
nfsd: don't call nfsd_reply_cache_shutdown twice

The caller is cleaning up on ENOMEM, don't try to do it here too.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfscache.c