From: Steven Whitehouse Date: Thu, 20 Apr 2006 20:57:23 +0000 (-0400) Subject: [GFS2] Fix a bug: scheduling under a spinlock X-Git-Tag: v2.6.19-rc1~32^2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190562bd84a484bf6590425aa2bb4d6d611c112b;p=pandora-kernel.git [GFS2] Fix a bug: scheduling under a spinlock At some stage, a mutex was added to gfs2_glock_put() without checking all its call sites. Two of them were called from under a spinlock causing random delays at various points and crashes. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed