diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-10 08:48:19 -0700 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | d082701ea5131b02a49321ef29d1aa58a80ee92a (patch) | |
tree | fb2cd69cc60daacb16b983c7930b7e43835ee723 /source3/include | |
parent | 356add8a638b737cf72181beaa13342ab920ace8 (diff) | |
download | samba-d082701ea5131b02a49321ef29d1aa58a80ee92a.tar.gz |
s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index c565b8f9a42..41b1dcefa25 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -38,6 +38,7 @@ #define FSCTL_UNLOCK_VOLUME 0x0009001C #define FSCTL_GET_COMPRESSION 0x0009003C #define FSCTL_SET_COMPRESSION 0x0009C040 +#define FSCTL_IS_VOLUME_DIRTY 0x00090078 #define FSCTL_REQUEST_FILTER_OPLOCK 0x0009008C #define FSCTL_FIND_FILES_BY_SID 0x0009008F #define FSCTL_FILESYS_GET_STATISTICS 0x00090090 |