New read option isoburn_ropt_lfa_only_settable

This commit is contained in:
2024-08-31 00:26:40 +02:00
parent ffe18475a4
commit 9a42f2a8ae
6 changed files with 36 additions and 12 deletions

View File

@@ -335,8 +335,13 @@ struct isoburn_read_opts {
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) */
unsigned int lfa_flags:1; /* Read Linux file attribute flags (chattr)
from external filesystem objects
*/
/* ts C40826 */
unsigned int lfa_only_settable:1; /* Ignore non-settable flags from
from external filesystem objects
*/
/* ts A90508 */
unsigned int noino:1; /* Discard eventual PX inode numbers */