summaryrefslogtreecommitdiff
path: root/arch/mips/configs/cobalt_defconfig
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-05-02 17:34:03 (GMT)
committerSteven Whitehouse <swhiteho@redhat.com>2006-05-02 17:34:03 (GMT)
commit97a35d1e5fab9ff8de27814082b78b2fc9ad94f0 (patch)
tree551025da17641ccc4df7378da2bb94cedfb2482e /arch/mips/configs/cobalt_defconfig
parentd2d7b8a2a756fb520792ca3db3abdeed9214ae5b (diff)
downloadlinux-97a35d1e5fab9ff8de27814082b78b2fc9ad94f0.tar.xz
[DLM] fix grant_after_purge softlockup
In dlm_grant_after_purge() we were holding a hash table read_lock while calling put_rsb() which potentially removes the rsb from the hash table, taking the same lock in write. Fix this by flagging rsb's ahead of time that have been purged. Then iteratively read_lock the hash table, find a flagged rsb, unlock, process rsb. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'arch/mips/configs/cobalt_defconfig')
0 files changed, 0 insertions, 0 deletions