| commit | cd80ce7e68f1624ac29cd0a6b057789d1236641e | [log] [tgz] |
|---|---|---|
| author | Namjae Jeon <linkinjeon@kernel.org> | Wed Nov 22 23:01:43 2023 +0900 |
| committer | Steve French <stfrench@microsoft.com> | Thu Nov 23 20:50:45 2023 -0600 |
| tree | cb8597c1af9b010a586e2c538ffd4d7d41793d02 | |
| parent | 9ac45ac7cf65b0623ceeab9b28b307a08efa22dc [diff] |
ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error ksmbd set ->op_state as OPLOCK_STATE_NONE on lease break ack error. op_state of lease should not be updated because client can send lease break ack again. This patch fix smb2.lease.breaking2 test failure. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>