diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-24 20:10:36 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-24 20:10:36 -0400 |
commit | ff5dbd9ead0d82466cab8bdbdcbc9666707d328a (patch) | |
tree | a0ba466993aa0470fa86d942a6de3bf88fa1d5e1 /fs/cifs/cifspdu.h | |
parent | e2a98a7543696306346ba8302a8df6cedf20fdfc (diff) |
[CIFS] Change notify support part 2
Signed-off-by: Asser Ferno <asser@diku.dk>
Signed-off-by: Steve French <sfrench@us.ibm.com> and lightly modified
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 */ |