Home
last modified time | relevance | path

Searched hist:"58 c83eb57b719f9359c71ca9b4851bd3a50fe0e3" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtee_ree_fs.c58c83eb57b719f9359c71ca9b4851bd3a50fe0e3 Thu Jun 01 14:17:24 UTC 2017 Jens Wiklander <jens.wiklander@linaro.org> core: REE_FS: avoid deadlock in ree_fs_create()

ree_fs_close() can't be called in ree_fs_create() cleanup as
ree_fs_close() tries to acquire the mutex already acquired in
ree_fs_create(). Copy relevant content from ree_fs_close() instead.

Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>