Commit 0c9dcf1
committed
Merge tag '6.4-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs client fixes from Steve French:
"Two smb3 client fixes, both related to deferred close, and also for
stable:
- send close for deferred handles before not after lease break
response to avoid possible sharing violations
- check all opens on an inode (looking for deferred handles) when
lease break is returned not just the handle the lease break came in
on"
* tag '6.4-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
SMB3: drop reference to cfile before sending oplock break
SMB3: Close all deferred handles of inode in case of handle lease break4 files changed
+22
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
| 427 | + | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4881 | 4881 | | |
4882 | 4882 | | |
4883 | 4883 | | |
4884 | | - | |
4885 | | - | |
4886 | | - | |
| 4884 | + | |
| 4885 | + | |
| 4886 | + | |
4887 | 4887 | | |
4888 | 4888 | | |
4889 | 4889 | | |
| |||
4924 | 4924 | | |
4925 | 4925 | | |
4926 | 4926 | | |
4927 | | - | |
4928 | | - | |
4929 | | - | |
4930 | 4927 | | |
4931 | | - | |
4932 | | - | |
| 4928 | + | |
4933 | 4929 | | |
4934 | | - | |
4935 | 4930 | | |
| 4931 | + | |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
4936 | 4937 | | |
4937 | 4938 | | |
4938 | 4939 | | |
4939 | 4940 | | |
4940 | 4941 | | |
4941 | 4942 | | |
4942 | | - | |
4943 | | - | |
4944 | | - | |
| 4943 | + | |
| 4944 | + | |
| 4945 | + | |
4945 | 4946 | | |
4946 | 4947 | | |
4947 | 4948 | | |
4948 | | - | |
4949 | 4949 | | |
4950 | 4950 | | |
4951 | 4951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
901 | | - | |
| 900 | + | |
| 901 | + | |
902 | 902 | | |
903 | | - | |
904 | | - | |
905 | | - | |
| 903 | + | |
| 904 | + | |
906 | 905 | | |
907 | 906 | | |
908 | 907 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2383 | 2383 | | |
2384 | 2384 | | |
2385 | 2385 | | |
2386 | | - | |
2387 | | - | |
| 2386 | + | |
| 2387 | + | |
2388 | 2388 | | |
2389 | 2389 | | |
2390 | 2390 | | |
2391 | 2391 | | |
2392 | 2392 | | |
2393 | | - | |
2394 | | - | |
| 2393 | + | |
2395 | 2394 | | |
2396 | 2395 | | |
2397 | 2396 | | |
| |||
0 commit comments