]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: statahead: lock leaks if statahead file recreated
authorLai Siyao <lai.siyao@intel.com>
Thu, 10 Nov 2016 17:30:51 +0000 (12:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 15:02:54 +0000 (16:02 +0100)
commit1bb1123d93373610fcca558fec67795119ea6244
tree8b04354ce09318dd39d10db21daf597384926d2c
parent4c93b801a95262cfe3d9c3064a23e2af1e107dcf
staging: lustre: statahead: lock leaks if statahead file recreated

During statahead file may be recreated, though this is rare case,
current code will leak the lock, this patch will release lock in
this case.

Signed-off-by: Lai Siyao <lai.siyao@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7232
Reviewed-on: http://review.whamcloud.com/16841
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/statahead.c