On Tue, 2024-06-25 at 09:04 +1000, NeilBrown wrote: > A recent patch attempted to fix a NULL pointer deref but introduced a > different NULL pointer deref and a possible unbalance unlock. > > This series fixes the bug correctly and reverts the faulty fix. > > (Sorry for not reviewing this patch earlier) > > NeilBrown > > [PATCH 1/2] nfsd: initialise nfsd_info.mutex early. > [PATCH 2/2] Revert "nfsd: fix oops when reading pool_stats before Yes, this looks like a superior fix. Thanks, Neil! Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxx>