RE: [PATCH v2] exfat: remove 'rwoffset' in exfat_inode_info

From: Namjae Jeon
Date: Fri Sep 25 2020 - 03:26:11 EST


> > Remove 'rwoffset' in exfat_inode_info and replace it with the
> > parameter of exfat_readdir().
> > Since rwoffset is referenced only by exfat_readdir(), it is not
> > necessary a exfat_inode_info's member.
> > Also, change cpos to point to the next of entry-set, and return the
> > index of dir-entry via dir_entry->entry.
> >
> > Signed-off-by: Tetsuhiro Kohada <kohada.t2@xxxxxxxxx>
>
> Acked-by: Sungjong Seo <sj1557.seo@xxxxxxxxxxx>
Applied, Thanks for your patch!