Re: [Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()

2017-05-22 Thread Eric Blake
On 05/19/2017 09:50 AM, Greg Kurz wrote: > It is currently only used by 9pfs and virtfs-proxy-helper. This series convert > them to utimensat() and futimens(). > > -- > Greg > > --- > > Greg Kurz (2): > 9pfs: assume utimensat() and futimens() are present > util: drop old utimensat()

[Qemu-devel] [PATCH 0/2] get rid of qemu_utimens()

2017-05-19 Thread Greg Kurz
It is currently only used by 9pfs and virtfs-proxy-helper. This series convert them to utimensat() and futimens(). -- Greg --- Greg Kurz (2): 9pfs: assume utimensat() and futimens() are present util: drop old utimensat() compat code configure | 22 -