diff options
author | Christian Schoenebeck <qemu_oss@crudebyte.com> | 2022-03-15 11:08:37 +0100 |
---|---|---|
committer | Christian Schoenebeck <qemu_oss@crudebyte.com> | 2022-06-16 12:44:52 +0200 |
commit | fd6c979e651a2163062b746e01adf6f267c8e874 (patch) | |
tree | ca971e9c878d254f7961d173e5dcfaed16b91665 /python | |
parent | a6821b828404abdc18a0d9e21275ad1d7fd6ed05 (diff) |
9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
The local variable 'name_idx' is used in two loops in function v9fs_walk().
Let the first loop use its own variable 'nwalked' instead, which we will
use in subsequent patch as the number of (requested) path components
successfully walked by background I/O thread.
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Message-Id: <d506308e7e343023c4db95d0e6053dd2627ed3c1.1647339025.git.qemu_oss@crudebyte.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions