diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-10-24 15:48:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-10-24 15:48:08 -0700 |
| commit | f2b246572699a66eded2cf7afc46f53837878f14 (patch) | |
| tree | 25d3a95bae84bc68344acd0b070211abd5fb56ba /fs/smb/client/trace.c | |
| parent | d2818517e3486d11c9bd55aca3e14059e4c69886 (diff) | |
| parent | 64c9471aa9ded2440bf182b1c71d3f93f80b2f85 (diff) | |
Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French:
- add missing tracepoints
- smbdirect (RDMA) fix
- fix potential issue with credits underflow
- rename fix
- improvement to calc_signature and additional cleanup patch
* tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
cifs: Call the calc_signature functions directly
smb: client: get rid of d_drop() in cifs_do_rename()
cifs: Fix TCP_Server_Info::credits to be signed
cifs: Add a couple of missing smb3_rw_credits tracepoints
smb: client: allocate enough space for MR WRs and ib_drain_qp()
Diffstat (limited to 'fs/smb/client/trace.c')
| -rw-r--r-- | fs/smb/client/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/smb/client/trace.c b/fs/smb/client/trace.c index 465483787193..16b0e719731f 100644 --- a/fs/smb/client/trace.c +++ b/fs/smb/client/trace.c @@ -4,5 +4,6 @@ * * Author(s): Steve French <stfrench@microsoft.com> */ +#include "cifsglob.h" #define CREATE_TRACE_POINTS #include "trace.h" |
