Re: [PATCH] erofs-utils: add --hardlink-dereference option

2024-12-12 Thread Gao Xiang
On 2024/12/12 17:40, Paul M wrote: Hi Gao, On 2024/12/11 17:11, Gao Xiang wrote: Hi Paul, On 2024/12/11 23:07, Paul Meyer wrote: Add option --hardlink-dereference to dereference hardlinks when creating an image. Instead of reusing the inode, hardlinks are added as separate inodes. This is

Re: [PATCH] erofs-utils: add --hardlink-dereference option

2024-12-12 Thread Paul M
Hi Gao, On 2024/12/11 17:11, Gao Xiang wrote: > > Hi Paul, > > On 2024/12/11 23:07, Paul Meyer wrote: > > Add option --hardlink-dereference to dereference hardlinks when > > creating an image. Instead of reusing the inode, hardlinks are added > > as separate inodes. This is useful for reproducible

Re: [PATCH] erofs-utils: add --hardlink-dereference option

2024-12-11 Thread Gao Xiang
Hi Paul, On 2024/12/11 23:07, Paul Meyer wrote: Add option --hardlink-dereference to dereference hardlinks when creating an image. Instead of reusing the inode, hardlinks are added as separate inodes. This is useful for reproducible builds, when the rootfs is space-optimized using hardlinks on s

[PATCH] erofs-utils: add --hardlink-dereference option

2024-12-11 Thread Paul Meyer
Add option --hardlink-dereference to dereference hardlinks when creating an image. Instead of reusing the inode, hardlinks are added as separate inodes. This is useful for reproducible builds, when the rootfs is space-optimized using hardlinks on some machines, but not on others. Co-authored-by: L