[PATCH v4] erofs: update ctx->pos for every emitted dirent
Chao Yu
chao at kernel.org
Sun Jul 31 23:18:05 AEST 2022
On 2022/7/22 16:27, Jeffle Xu wrote:
> From: Hongnan Li <hongnan.li at linux.alibaba.com>
>
> erofs_readdir update ctx->pos after filling a batch of dentries
> and it may cause dir/files duplication for NFS readdirplus which
> depends on ctx->pos to fill dir correctly. So update ctx->pos for
> every emitted dirent in erofs_fill_dentries to fix it.
>
> Also fix the update of ctx->pos when the initial file position has
> exceeded nameoff.
>
> Fixes: 3e917cc305c6 ("erofs: make filesystem exportable")
> Signed-off-by: Hongnan Li <hongnan.li at linux.alibaba.com>
> Signed-off-by: Jeffle Xu <jefflexu at linux.alibaba.com>
Reviewed-by: Chao Yu <chao at kernel.org>
Thanks,
More information about the Linux-erofs
mailing list