]> git.ipfire.org Git - thirdparty/qemu.git/commit
memfd: always check for MFD_CLOEXEC
authorIlya Maximets <i.maximets@samsung.com>
Mon, 11 Mar 2019 13:58:48 +0000 (16:58 +0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 11 Mar 2019 20:17:00 +0000 (17:17 -0300)
commit92db922f66cde45bb216c36eb43b762429c96a74
tree59ca0aec4f97cd4da901f44e3c22020afd8a6007
parent4a66c7a9996bb1bb1191170b172daa54e226d7ff
memfd: always check for MFD_CLOEXEC

QEMU always sets this flag unconditionally. We need to
check if it's supported.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190311135850.6537-3-i.maximets@samsung.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
util/memfd.c