[Cluster-devel] [GFS2 PATCH] Handle multiple glock demote requests

2007-10-04 Thread Wendy Cheng
Red Hat bugzilla 295641... Wendy Fix a race condition where multiple glock demote requests are sent to a node back-to-back. This patch does a check inside handle_callback() to see whether a demote request is in progress. If true, it sets a flag to make sure run_queue() will loop again to

Re: [Cluster-devel] [GFS2 PATCH] Handle multiple glock demote requests

2007-10-04 Thread Wendy Cheng
Make a correction based on Josef's comment Wendy Fix a race condition where multiple glock demote requests are sent to a node back-to-back. This patch does a check inside handle_callback() to see whether a demote request is in progress. If true, it sets a flag to make sure run_queue() will