Commit 23b55d6
committed
Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French:
"Three SMB3 multichannel/fscache fixes and a DFS fix.
In testing multichannel reconnect scenarios recently various problems
with the cifs.ko implementation of fscache were found (e.g. incorrect
initialization of fscache cookies in some cases)"
* tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
cifs: avoid use of dstaddr as key for fscache client cookie
cifs: add server conn_id to fscache client cookie
cifs: wait for tcon resource_id before getting fscache super
cifs: fix missed refcounting of ipc tcon3 files changed
+22
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1562 | 1562 | | |
1563 | 1563 | | |
1564 | 1564 | | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
1565 | 1569 | | |
1566 | 1570 | | |
1567 | 1571 | | |
| |||
3046 | 3050 | | |
3047 | 3051 | | |
3048 | 3052 | | |
3049 | | - | |
3050 | | - | |
3051 | | - | |
3052 | | - | |
3053 | | - | |
3054 | | - | |
3055 | 3053 | | |
3056 | 3054 | | |
3057 | 3055 | | |
| |||
3426 | 3424 | | |
3427 | 3425 | | |
3428 | 3426 | | |
| 3427 | + | |
3429 | 3428 | | |
3430 | 3429 | | |
3431 | 3430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 27 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 28 | | |
42 | 29 | | |
43 | | - | |
44 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
45 | 33 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 34 | + | |
63 | 35 | | |
64 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
65 | 39 | | |
66 | 40 | | |
67 | 41 | | |
68 | 42 | | |
69 | | - | |
| 43 | + | |
70 | 44 | | |
71 | 45 | | |
72 | 46 | | |
| |||
92 | 66 | | |
93 | 67 | | |
94 | 68 | | |
95 | | - | |
| 69 | + | |
96 | 70 | | |
97 | 71 | | |
98 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
1379 | 1386 | | |
1380 | 1387 | | |
1381 | 1388 | | |
| |||
0 commit comments