commit | 635324e83e238598e86628dba5ab62ce910e6f72 | [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 | 959af05a3fb65f914171fa2c343f8b3fef9130b6 | |
parent | 7cde47d4a89d5efefcc805788bc29133f4f3c5c7 [diff] |
9p: switch back to readdir() This patch changes the 9p code to use readdir() again instead of readdir_r(), which is deprecated in glibc 2.24. All the locking was put in place by a previous patch. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>