Preserving non-userspace xattr if all userspace shall be overwritten.

This commit is contained in:
2009-02-13 18:45:53 +01:00
parent 1b3f5186e7
commit 22e45ed489
2 changed files with 31 additions and 5 deletions

View File

@ -4435,7 +4435,8 @@ int iso_node_get_attrs(IsoNode *node, size_t *num_attrs,
* bit2= Delete the attributes with the given names
* bit3= Allow non-user attribute.
* I.e. those with a non-empty name which does not begin by "user."
* (The empty name is always allowed and governed by bit0.)
* (The empty name is always allowed and governed by bit0.) This
* deletes all previously existing attributes if not bit1 is set.
* @return
* 1 = ok
* < 0 = error