summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/smbsrv/ntifs.h
diff options
context:
space:
mode:
authorjose borrego <Jose.Borrego@Sun.COM>2009-02-27 17:10:20 -0700
committerjose borrego <Jose.Borrego@Sun.COM>2009-02-27 17:10:20 -0700
commit2c2961f8403049d948b9f3e6c35d6488b6b7e1aa (patch)
tree9a3b5e85cf05528de14661b9c54a18a80ac78325 /usr/src/uts/common/smbsrv/ntifs.h
parent8475e04352e630e4bd0f59a283286ee2475a14ce (diff)
downloadillumos-joyent-2c2961f8403049d948b9f3e6c35d6488b6b7e1aa.tar.gz
6709704 smbtorture RAW-BENCH-OPLOCK test fails (when oplocks enabled)
6800443 ReadX and WriteX should support CAP_LARGE_READX and CAP_LARGE_WRITEX --HG-- rename : usr/src/uts/common/fs/smbsrv/smb_create_directory.c => usr/src/uts/common/fs/smbsrv/smb_directory.c
Diffstat (limited to 'usr/src/uts/common/smbsrv/ntifs.h')
-rw-r--r--usr/src/uts/common/smbsrv/ntifs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/smbsrv/ntifs.h b/usr/src/uts/common/smbsrv/ntifs.h
index 2c12dde8c2..0f8f00c73e 100644
--- a/usr/src/uts/common/smbsrv/ntifs.h
+++ b/usr/src/uts/common/smbsrv/ntifs.h
@@ -19,15 +19,13 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SMBSRV_NTIFS_H
#define _SMBSRV_NTIFS_H
-#pragma ident "@(#)ntifs.h 1.3 08/07/30 SMI"
-
/*
* This file provides definitions compatible with the NT Installable
* File System (IFS) interface.
@@ -229,6 +227,7 @@ typedef enum _FILE_INFORMATION_CLASS {
FileInformationReserved32, /* 32 */
FileInformationReserved33, /* 33 */
FileNetworkOpenInformation, /* 34 */
+ FileAttributeTagInformation, /* 35 */
FileMaximumInformation
} FILE_INFORMATION_CLASS;