Hi Jonathan, On Thu, Sep 03, 2026 at 04:21:14PM -0700, Jonathan Calmels wrote: > When --incremental=data is run on a merged image, erofs_write_device_table() > leaves unified addresses and total block count stale after the primary device > grows. Fix it by rewriting the slots in place with updated uniaddr value. > > Reproducer: > > mkfs.erofs -Enoinline_data a.erofs a/ > mkfs.erofs -Enoinline_data b.erofs b/ > mkfs.erofs merged.erofs a.erofs b.erofs > mkfs.erofs --incremental=data merged.erofs c/ > > Signed-off-by: Jonathan Calmels <[email protected]>
Sorry for the delay. I've applied with minor changes. Also it'd be better to have some basic functionality test case targeting for experimental-tests. Thanks, Gao Xiang
