Commit 28e0947
committed
smb3: fix Open files on server counter going negative
We were decrementing the count of open files on server twice
for the case where we were closing cached directories.
Fixes: 8e843bf ("cifs: return a single-use cfid if we did not get a lease")
Cc: [email protected]
Acked-by: Bharath SM <[email protected]>
Signed-off-by: Steve French <[email protected]>1 parent ec4535b commit 28e0947
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
| 436 | + | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
0 commit comments