diff options
author | Ronnie Sahlberg <[email protected]> | 2019-05-01 12:03:41 +1000 |
---|---|---|
committer | Steve French <[email protected]> | 2019-05-07 23:24:55 -0500 |
commit | d69cb728e70c40268762182a62f5d5d6fa51c5b2 (patch) | |
tree | 875d356df74e9773969aa9dd03adbf78cf6511e3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | edf3ef3707c2321afdb4cde3eba756a687f3e8e7 (diff) |
cifs: fix credits leak for SMB1 oplock breaks
For SMB1 oplock breaks we would grab one credit while sending the PDU
but we would never relese the credit back since we will never receive a
response to this from the server. Eventuallt this would lead to a hang
once all credits are leaked.
Fix this by defining a new flag CIFS_NO_SRV_RSP which indicates that there
is no server response to this command and thus we need to add any credits back
immediately after sending the PDU.
CC: Stable <[email protected]> #v5.0+
Signed-off-by: Ronnie Sahlberg <[email protected]>
Reviewed-by: Pavel Shilovsky <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions