]> Git Repo - qemu.git/commit
9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()
authorGreg Kurz <[email protected]>
Mon, 6 Mar 2017 16:34:01 +0000 (17:34 +0100)
committerGreg Kurz <[email protected]>
Mon, 6 Mar 2017 16:34:01 +0000 (17:34 +0100)
commitb314f6a077a1dbc0463a5dc41162f64950048e72
treee31b7c448ecbe23ed0f143f0cd217ace61b2fefc
parent23da0145cc4be66fdb1033f951dbbf140f457896
9pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()

The name argument can never be an empty string, and dirfd always point to
the containing directory of the file name. AT_EMPTY_PATH is hence useless
here. Also it breaks build with glibc version 2.13 and older.

It is actually an oversight of a previous tentative patch to implement this
function. We can safely drop it.

Reported-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: Greg Kurz <[email protected]>
Tested-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
hw/9pfs/9p-local.c
This page took 0.025113 seconds and 4 git commands to generate.