]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Fix recovery stuck bug (try #2)
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Aug 2010 09:15:17 +0000 (10:15 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Aug 2010 09:15:17 +0000 (10:15 +0100)
commit4ee54254ab2c5d1b983732096cae4402fb4ea465
tree66aa0c523f0e7ab5b35504123b5238e5f81ea309
parent3a6c18132709545ff528d135681ed4580fb0583f
GFS2: Fix recovery stuck bug (try #2)

This is a clean up of the code which deals with LM_FLAG_NOEXP
which aims to remove any possible race conditions by using
gl_spin to cover the gap between testing for the LM_FLAG_NOEXP
and the GL_FROZEN flag.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c