Re: 2.6.18-rc3-git3 - XFS - BUG: unable to handle kernel NULL pointerdereference at virtual address 00000078

From: Jan Engelhardt
Date: Tue Aug 15 2006 - 10:48:42 EST



>> Its not clear to me where the rename operation happens in all of
>> this - does rsync create a local, temporary copy of the file and
>> then rename it?
>
>Yes, this is normally how rsync does it.

If file already exists {
foreach block {
copy block either from disk or from the
source operand, whichever is never, to temp file
}
}

When rsync catches a signal {
move the tempfile to the original name
}





Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/