commit | 190562bd84a484bf6590425aa2bb4d6d611c112b | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 20 16:57:23 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 20 16:57:23 2006 -0400 |
tree | dd99bcd847f8d2376f7836ea9d861a31d1021c71 | |
parent | fe1bdedc6c16adedc6fd3636185ea91596b1d6eb [diff] |
[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 <swhiteho@redhat.com>