Skip to content
Snippets Groups Projects
Commit ffcd7dca authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Jens Axboe
Browse files

loop: mutex already unlocked in loop_clr_fd()


mount/1865 is trying to release lock (&lo->lo_ctl_mutex) at:
but there are no more locks to release!

mutex is already unlocked in loop_clr_fd(), we should not
try to unlock it in lo_release() again.

Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent b029195d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment