summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2012-06-14 12:17:32 -0500
committerDavid Teigland <teigland@redhat.com>2012-07-16 14:18:01 -0500
commit05c32f47bfae74dabff05208957768078b53cc49 (patch)
tree71034eba054f49723a0dac41f6bcd9d4f37eb2bc /ipc
parent1d7c484eeb167fc374294e38ae402de4097c8611 (diff)
downloadlinux-stable-05c32f47bfae74dabff05208957768078b53cc49.tar.gz
linux-stable-05c32f47bfae74dabff05208957768078b53cc49.tar.bz2
linux-stable-05c32f47bfae74dabff05208957768078b53cc49.zip
dlm: fix race between remove and lookup
It was possible for a remove message on an old rsb to be sent after a lookup message on a new rsb, where the rsbs were for the same resource name. This could lead to a missing directory entry for the new rsb. It is fixed by keeping a copy of the resource name being removed until after the remove has been sent. A lookup checks if this in-progress remove matches the name it is looking up. Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions