diff options
Diffstat (limited to 'source4/include/ioctl.h')
-rw-r--r-- | source4/include/ioctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/ioctl.h b/source4/include/ioctl.h index 272004d3dc..1c08a58d76 100644 --- a/source4/include/ioctl.h +++ b/source4/include/ioctl.h @@ -26,5 +26,5 @@ /* filesystem control codes */ #define FSCTL_FILESYSTEM 0x90000 -#define FSCTL_SET_SPARSE (FSCTL_FILESYSTEM | 0xc4) - +#define FSCTL_SET_SPARSE (FSCTL_FILESYSTEM | (49<<2)) +#define FSCTL_REQUEST_BATCH_OPLOCK (FSCTL_FILESYSTEM | (2<<2)) |