Untangled messed-up relation between -hardlinks and -compliance

This commit is contained in:
2010-06-13 13:36:24 +00:00
parent 97e4d35595
commit 5633c228b1
5 changed files with 71 additions and 70 deletions

View File

@ -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);
}