OSDN Git Service

9p: Move a couple xattr functions to 9p-util
authorKeno Fischer <keno@juliacomputing.com>
Thu, 7 Jun 2018 10:17:22 +0000 (12:17 +0200)
committerGreg Kurz <groug@kaod.org>
Thu, 7 Jun 2018 10:17:22 +0000 (12:17 +0200)
commitec70b956fddf628ee2e42521c54362e80115a3c4
tree28e50ae305ff8ffb1cbd2071756e23e598619007
parent2306271c381b75b66d76c4231bba3e7452a0d876
9p: Move a couple xattr functions to 9p-util

These functions will need custom implementations on Darwin. Since the
implementation is very similar among all of them, and 9p-util already
has the _nofollow version of fgetxattrat, let's move them all there.

Signed-off-by: Keno Fischer <keno@juliacomputing.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
hw/9pfs/9p-util.c
hw/9pfs/9p-util.h
hw/9pfs/9p-xattr.c