On Thu, 2 Jun 2016 15:00:26 -0600
Eric Blake wrote:
> On 06/02/2016 02:52 AM, Greg Kurz wrote:
> > 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.
> >
> > Signed-of
On 06/02/2016 02:52 AM, Greg Kurz wrote:
> 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.
>
> Signed-off-by: Greg Kurz
> ---
> +++ b/hw/9pfs/codir.c
> @@ -17,8 +17,7 @@