Whamcloud - gitweb
LU-3157 llite: A not locked mutex can be unlocked.
authorDmitry Eremin <dmitry.eremin@intel.com>
Thu, 11 Apr 2013 11:55:57 +0000 (15:55 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 3 Jun 2013 19:48:34 +0000 (15:48 -0400)
commitd821adb626e050206f1b4605f1159cf65ad22af5
tree95b0003142f114ae94443f1435f10b260b092897
parentfd4a2828af386e098cd97c006b930991b7bfb5b3
LU-3157 llite: A not locked mutex can be unlocked.

In case of memory pressure a not locked mutex can be unlocked
in function ll_file_open(). This is not allowed and subsequent
behavior is not defined.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I21368247cac23038f9b995e9de328f9286909731
Reviewed-on: http://review.whamcloud.com/6028
Reviewed-by: John Hammond <johnlockwoodhammond@gmail.com>
Reviewed-by: Nikitas Angelinas <nikitas_angelinas@xyratex.com>
Tested-by: Hudson
Reviewed-by: Sebastien Buisson <sebastien.buisson@bull.net>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/llite/file.c