Closed GoogleCodeExporter closed 9 years ago
Yes, I had already note to fix this as it was reported already (and probably
handle also partial reads).
Just need to re-shift priorities of my work somehow...
For now, it is happen, just restart reencryption, it should continue without
any data loss.
Thanks.
Original comment by gmazyl...@gmail.com
on 15 Sep 2014 at 12:02
Fixed in
https://code.google.com/p/cryptsetup/source/detail?r=f16f37233f87fb2758c9a2181fd
e4d97b93a418a#
The ERESTARTSYS should never appear in userspace, it should be replaced by
EINTR if syscall cannot be restarted, so we do not need to handle it here.
Thanks!
Original comment by gmazyl...@gmail.com
on 4 Oct 2014 at 1:42
Original issue reported on code.google.com by
ludwig.n...@suse.de
on 15 Sep 2014 at 10:06