diff options
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index 42c16cf32284..026c88f486a2 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -53,6 +53,7 @@ | |||
53 | #define SMB_COM_NT_TRANSACT 0xA0 | 53 | #define SMB_COM_NT_TRANSACT 0xA0 |
54 | #define SMB_COM_NT_TRANSACT_SECONDARY 0xA1 | 54 | #define SMB_COM_NT_TRANSACT_SECONDARY 0xA1 |
55 | #define SMB_COM_NT_CREATE_ANDX 0xA2 | 55 | #define SMB_COM_NT_CREATE_ANDX 0xA2 |
56 | #define SMB_COM_NT_CANCEL 0xA4 /* no response */ | ||
56 | #define SMB_COM_NT_RENAME 0xA5 /* trivial response */ | 57 | #define SMB_COM_NT_RENAME 0xA5 /* trivial response */ |
57 | 58 | ||
58 | /* Transact2 subcommand codes */ | 59 | /* Transact2 subcommand codes */ |