Untangled messed-up relation between -hardlinks and -compliance
This commit is contained in:
@ -1227,8 +1227,17 @@ int Xorriso_option_hardlinks(struct XorrisO *xorriso, char *mode, int flag)
|
||||
return(0);
|
||||
}
|
||||
}
|
||||
|
||||
/* <<< ts B00613 : This is wrong: it enables new_rr if -hardlinks is off.
|
||||
Documented is that new_rr gets enabled if hardlinks are on.
|
||||
But it never worked that way.
|
||||
A compromise seems to be to disable this totally and
|
||||
to change man xorriso.
|
||||
new_rr still is not recognized by mount on Solaris.
|
||||
|
||||
if(xorriso->ino_behavior & 2)
|
||||
Xorriso_option_compliance(xorriso, "new_rr", 0);
|
||||
*/
|
||||
|
||||
return(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user