]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Fix potential race in glock code
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 22 Sep 2009 09:56:16 +0000 (10:56 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Dec 2009 11:42:25 +0000 (11:42 +0000)
commitae864d7b26addeabdc9215f7fcccb4ce5005d084
treeef96dc44cd067cc758a8df0408ba36818c9ebc35
parenta3bd51081385ae70b27b40b645963b715a972743
GFS2: Fix potential race in glock code

We need to be careful of the ordering between clearing the
GLF_LOCK bit and scheduling the workqueue.

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