From: Alexander Beregalov Date: Tue, 7 Apr 2009 11:48:21 +0000 (+0200) Subject: loop: mutex already unlocked in loop_clr_fd() X-Git-Tag: v2.6.30-rc1~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcd7dca3ab78f9f425971756e5e90024157f6be;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed