1
0
Fork 0

CIFS: Remove extra mutex_unlock in cifs_lock_add_if

to prevent the mutex being unlocked twice if we interrupt a blocked lock.

Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
wifi-calibration
Pavel Shilovsky 2011-10-26 23:41:04 +04:00 committed by Steve French
parent f362f98e7c
commit d12799b4c3
1 changed files with 0 additions and 1 deletions

View File

@ -778,7 +778,6 @@ try_again:
else {
mutex_lock(&cinode->lock_mutex);
list_del_init(&lock->blist);
mutex_unlock(&cinode->lock_mutex);
}
}