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

2020-09-25 Thread Namjae Jeon
> > 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

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

2020-09-24 Thread Sungjong Seo
> 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