9pfs: assume utimensat() and futimens() are present
commit24df3371d97a7516605aef8abbc253a8c162b211
authorGreg Kurz <groug@kaod.org>
Thu, 25 May 2017 08:30:14 +0000 (25 10:30 +0200)
committerGreg Kurz <groug@kaod.org>
Thu, 25 May 2017 08:30:14 +0000 (25 10:30 +0200)
tree4e24fa19e27fad4fdb6a3d30b68cfb1d5d809d9e
parent4be56c19593c15bc8d16abcb63bfdd4697a5754d
9pfs: assume utimensat() and futimens() are present

The utimensat() and futimens() syscalls have been around for ages (ie,
glibc 2.6 and linux 2.6.22), and the decision was already taken to
switch to utimensat() anyway when fixing CVE-2016-9602 in 2.9.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
fsdev/virtfs-proxy-helper.c
hw/9pfs/9p-handle.c