New return value 4 of iso_local_get_lfa_flags(): file does not have lfa_flags

This commit is contained in:
2024-08-06 19:05:07 +02:00
parent cc1884a0cb
commit 7fc7d65e05
4 changed files with 18 additions and 4 deletions

View File

@@ -8062,6 +8062,9 @@ int iso_local_set_attrs(char *disk_path, size_t num_attrs, char **names,
* 1 = ok, lfa_flags is valid
* 2 = ok, but some local flags could not be mapped to the FS_*_FL bits
* 3 = ok, symbolic link encountered, flag bit5 not set,lfa_flags set to 0
* 4 = ok, file did not bear attribute flags. E.g. because not S_IFDIR or
* S_IFREG, or because unsuitable filesystem.
* lfa_flags is set to 0
* <0 = error
*
* @since 1.5.8