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
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
> -
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