New flag bit 11 "do not ignore Linux-like file attributes" with isoburn_drive_aquire(). New isoburn_read_opts extension isoburn_ropt_lfa_flags.

This commit is contained in:
2024-07-17 21:44:14 +02:00
parent 165a5fe608
commit dfd0a8cc81
6 changed files with 35 additions and 7 deletions

View File

@@ -334,6 +334,9 @@ struct isoburn_read_opts {
unsigned int noacl:1; /* Do not read ACL from external file objects */
unsigned int noea:1; /* Do not read XFS-style EA from externals */
/* ts C40716 */
unsigned int lfa_flags:1; /* Read Linux file attribute flags (chattr) */
/* ts A90508 */
unsigned int noino:1; /* Discard eventual PX inode numbers */