Re: [PATCH] smb/client: send lease break ACKs thru correct session for multiuser mounts

From: Paulo Alcantara

Date: Fri Sep 11 2026 - 15:34:36 EST


April Cardenas <april.cardenas@xxxxxxxxxxxxx> writes:

> Currently, when cifs_oplock_break handles a break request from the server
> it searches for the appropriate tlink to handle the request
> but incorrectly uses the current fsuid as the search key, eventually
> causing read errors for users with multiuser mounts on NetApp.
> Fix this by using the tlink from the cfile struct instead to respond
> through the correct session.
> ...

Applied.