From 921aa99b37eba62601e32ee7e8cbd447ca2d737d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 29 Oct 2009 16:14:12 -0700 Subject: Start fixing the RAW-STREAMS test - ensure that the xattr used to store the stream info in streams_depot.so is not seen in when enumerating EAs. Jeremy. --- source3/include/smb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index cee95a9b17..2ff60f6c44 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1889,6 +1889,8 @@ struct ea_list { #define SAMBA_XATTR_DOSSTREAM_PREFIX "user.DosStream." /* Prefix for DOS timestamps. */ #define SAMBA_XATTR_DOSTIMESTAMPS "user.DosTimestamps" +/* Prefix for xattrs storing streams. */ +#define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS" #define UUID_SIZE 16 -- cgit