[PATCH 03/13] erofs-utils: lib: read i_ino in erofs_read_inode_from_disk()
Gao Xiang
hsiangkao at linux.alibaba.com
Mon Aug 14 16:03:24 AEST 2023
On 2023/8/14 11:42, Jingbo Xu wrote:
> i_ino[0] is a unique inode serial number in the erofs filesystem where
> the inode resides, and also serves as the on-disk inode number, while
> i_ino[1] is a unique number identifying the source inode in the source
> directory, which is usually derived from st->st_ino.
>
> Read on-disk ino and store it in i_ino[0] given the above background.
>
> Signed-off-by: Jingbo Xu <jefflexu at linux.alibaba.com>
Fixes: 5e35b75ad499 ("erofs-utils: introduce fuse implementation")
Reviewed-by: Gao Xiang <hsiangkao at linux.alibaba.com>
Thanks,
Gao Xiang
More information about the Linux-erofs
mailing list