Commit cdecc9d0 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

zdtm: Drop memory barrier from file_fown

It's a rudiment which not parsed well by all
gcc versions.
Reported-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1945a83b
......@@ -133,8 +133,6 @@ int main(int argc, char *argv[])
exit(1);
}
asm volatile ("" :::);
fill_pipe_params(shared, pipes);
if (setresuid(-1, euid, -1)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment