Made preservation of ACL in iso_node_set_attrs() more efficient

This commit is contained in:
2009-02-13 20:05:42 +01:00
parent 22e45ed489
commit 49821f6962
2 changed files with 21 additions and 12 deletions

View File

@ -4433,7 +4433,7 @@ int iso_node_get_attrs(IsoNode *node, size_t *num_attrs,
* bit1= Do not clear the existing attribute list but merge it with
* the list given by this call
* bit2= Delete the attributes with the given names
* bit3= Allow non-user attribute.
* bit3= Allow non-user attributes.
* I.e. those with a non-empty name which does not begin by "user."
* (The empty name is always allowed and governed by bit0.) This
* deletes all previously existing attributes if not bit1 is set.