mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
lib: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
df219ed818
commit
dc84e98ed5
@ -607,7 +607,10 @@ struct ea_list {
|
|||||||
struct ea_struct ea;
|
struct ea_struct ea;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* EA names used internally in Samba. KEEP UP TO DATE with prohibited_ea_names in trans2.c !. */
|
/*
|
||||||
|
* EA names used internally in Samba. KEEP UP TO DATE with
|
||||||
|
* samba_private_attr_name() in smb2_trans2.c !.
|
||||||
|
*/
|
||||||
#define SAMBA_POSIX_INHERITANCE_EA_NAME "user.SAMBA_PAI"
|
#define SAMBA_POSIX_INHERITANCE_EA_NAME "user.SAMBA_PAI"
|
||||||
/* EA to use for DOS attributes */
|
/* EA to use for DOS attributes */
|
||||||
#define SAMBA_XATTR_DOS_ATTRIB "user.DOSATTRIB"
|
#define SAMBA_XATTR_DOS_ATTRIB "user.DOSATTRIB"
|
||||||
|
Loading…
Reference in New Issue
Block a user