From: Dan Carpenter Date: Thu, 18 Nov 2010 02:46:25 +0000 (-0500) Subject: ext4: missing unlock in ext4_clear_request_list() X-Git-Tag: v2.6.37-rc3~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c8cc652d9f70680dd91be60a7a455040d0a282;p=pandora-kernel.git ext4: missing unlock in ext4_clear_request_list() If the the li_request_list was empty then it returned with the lock held. Instead of adding a "goto unlock" I just removed that special case and let it go past the empty list_for_each_safe(). Signed-off-by: Dan Carpenter Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed