Re: [Ocfs2-devel] [PATCH 1/1] o2dlm: fix a race between purge and master query

2014-10-29 Thread Joseph Qi
We tested this patch and it works well. Thanks. Tested-by: Joseph Qi joseph...@huawei.com On 2014/10/29 6:24, Srinivas Eeda wrote: Node A sends master query request to node B which is the master. At this time lockres happens to be on purgelist. dlm_master_request_handler gets the dlm

[Ocfs2-devel] [PATCH 1/1] o2dlm: fix a race between purge and master query

2014-10-28 Thread Srinivas Eeda
Node A sends master query request to node B which is the master. At this time lockres happens to be on purgelist. dlm_master_request_handler gets the dlm spinlock, finds the resource and releases the dlm spin lock. Right at this dlm_thread on this node could purge the lockres.

Re: [Ocfs2-devel] [PATCH 1/1] o2dlm: fix a race between purge and master query

2014-10-28 Thread Wengang
Reviewed-by: Wengang Wang wen.gang.w...@oracle.com 于 2014年10月29日 06:24, Srinivas Eeda 写道: Node A sends master query request to node B which is the master. At this time lockres happens to be on purgelist. dlm_master_request_handler gets the dlm spinlock, finds the resource and releases the dlm