[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: extension of mkisofs for incremental backups



>To: Patrick.Ohly@gmx.de, cdwrite@other.debian.org


>But it seems that you have a strange editor:

>        if (merge_image != NULL) { 
>                if (merge_previouS_session(ROOT, MROOTP, 
>                                                                                        reloc_root, reloc_old_root) < 0) { 

Mmmm, I did use a strange editor yesterday (vi). This should be:

        if (merge_image != NULL) { 
                if (merge_previous_session(root, mrootp, 
                                                                                        reloc_root, reloc_old_root) < 0) { 

and only reflect the lonesome second line.....


>>Regarding evaluating the patch: you can fairly easily
>>conclude that it doesn't break anything by assuming
>>reloc_old_root == NULL in multi.c (the default when
>>no -old-root is used). Then it is obvious that the
>>new code is completely inactive and the same code as
>>without the patch is executed.

OK, available for testing in 2.01a27pre2

Note that I like to make a 2.01 in April because I need to 
start with new alphas to be able to continue with the wrtite mode changes
I started recently.

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de		(uni)  If you don't have iso-8859-1
       schilling@fokus.fraunhofer.de	(work) chars I am J"org Schilling
 URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily



Reply to: