mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r3975: added LFN filesystem attribute bit definition from ethereal
apologies for not committing this earlier
This commit is contained in:
parent
523e6acf4f
commit
0950681091
@ -618,6 +618,7 @@ enum brl_type {READ_LOCK, WRITE_LOCK, PENDING_READ_LOCK, PENDING_WRITE_LOCK};
|
||||
#define FS_ATTR_SPARSE_FILES 0x00000040
|
||||
#define FS_ATTR_REPARSE_POINTS 0x00000080
|
||||
#define FS_ATTR_REMOTE_STORAGE 0x00000100
|
||||
#define FS_ATTR_LFN_SUPPORT 0x00004000
|
||||
#define FS_ATTR_IS_COMPRESSED 0x00008000
|
||||
#define FS_ATTR_OBJECT_IDS 0x00010000
|
||||
#define FS_ATTR_ENCRYPTION 0x00020000
|
||||
|
@ -40,7 +40,7 @@ const static struct bitmapping fs_attr_bits[] = {
|
||||
BIT_NAME(FS_ATTR_SPARSE_FILES),
|
||||
BIT_NAME(FS_ATTR_REPARSE_POINTS),
|
||||
BIT_NAME(FS_ATTR_REMOTE_STORAGE),
|
||||
/* FIXME! BIT_NAME(FS_ATTR_LFN_SUPPORT),*/
|
||||
BIT_NAME(FS_ATTR_LFN_SUPPORT),
|
||||
BIT_NAME(FS_ATTR_IS_COMPRESSED),
|
||||
BIT_NAME(FS_ATTR_OBJECT_IDS),
|
||||
BIT_NAME(FS_ATTR_ENCRYPTION),
|
||||
|
Loading…
x
Reference in New Issue
Block a user