Re: [PATCH] fix(dlm): handle unlock/cancel during deferred lock messages
From: David Teigland
Date: Fri Aug 29 2025 - 14:06:05 EST
On Fri, Aug 29, 2025 at 01:07:49PM +0200, Alessio Attilio wrote:
> ---
> fs/dlm/lock.c | 8067 ++++++++++++++++++++++++-------------------------
> 1 file changed, 3944 insertions(+), 4123 deletions(-)
Thanks for working on this, lock cancel has always been sketchy, and I'd
be happy to see that improved. An 8000 line patch is going to be
difficult to review, though! It looks like diff may just be moving a lot
of lines around, and perhaps splitting this up could avoid some of that?
Also, I'm not seeing which upstream commit the patch is against.
Thanks,
Dave