Re: [PATCH v3 04/11] 9p: darwin: Handle struct dirent differences

2022-02-02 Thread Will Cohen
This makes sense! Much appreciated, will revise. On Wed, Feb 2, 2022 at 12:37 PM Christian Schoenebeck < qemu_...@crudebyte.com> wrote: > On Mittwoch, 2. Februar 2022 16:07:09 CET Will Cohen wrote: > > Does the version proposed in v3 address the V9fsFidState issues? In 9p.c > > for v2 to v3, we p

Re: [PATCH v3 04/11] 9p: darwin: Handle struct dirent differences

2022-02-02 Thread Christian Schoenebeck
On Mittwoch, 2. Februar 2022 16:07:09 CET Will Cohen wrote: > Does the version proposed in v3 address the V9fsFidState issues? In 9p.c > for v2 to v3, we propose > > -return telldir(fidp->fs.dir.stream); > +return v9fs_co_telldir(pdu, fidp); > > and in codir.c from v2 to v3 we propose > -

Re: [PATCH v3 04/11] 9p: darwin: Handle struct dirent differences

2022-02-02 Thread Will Cohen
Does the version proposed in v3 address the V9fsFidState issues? In 9p.c for v2 to v3, we propose -return telldir(fidp->fs.dir.stream); +return v9fs_co_telldir(pdu, fidp); and in codir.c from v2 to v3 we propose -saved_dir_pos = telldir(fidp->fs.dir.stream); +saved_dir_pos