commit | f314ea4e30a1ef87bf8845da952c6dd0bac20b95 | [log] [tgz] |
---|---|---|
author | Greg Kurz <gkurz@linux.vnet.ibm.com> | Mon Jun 06 11:52:34 2016 +0200 |
committer | Greg Kurz <gkurz@linux.vnet.ibm.com> | Mon Jun 06 11:52:34 2016 +0200 |
tree | 16ceafb7280c2061bd8de7026a52b60f897bda71 | |
parent | 8762a46d3637f388fd9d2463dd966814522d5689 [diff] |
9p: introduce the V9fsDir type If we are to switch back to readdir(), we need a more complex type than DIR * to be able to serialize concurrent accesses to the directory stream. This patch introduces a placeholder type and fixes all users. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>