diff options
author | 2009-04-07 13:48:21 +0200 | |
---|---|---|
committer | 2009-04-07 13:48:21 +0200 | |
commit | ffcd7dca3ab78f9f425971756e5e90024157f6be (patch) | |
tree | 777753013a09b5de8938a9b1af1c1b6ac5147635 /kernel | |
parent | cfq-iosched: don't let idling interfere with plugging (diff) | |
download | wireguard-linux-ffcd7dca3ab78f9f425971756e5e90024157f6be.tar.xz wireguard-linux-ffcd7dca3ab78f9f425971756e5e90024157f6be.zip |
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: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions