From: David Teigland Date: Thu, 21 Feb 2008 17:25:42 +0000 (-0600) Subject: dlm: save master info after failed no-queue request X-Git-Tag: v2.6.26-rc1~1106^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761b9d3ffc953c24ceb55d8e12ff7e02b17e0484;p=pandora-kernel.git dlm: save master info after failed no-queue request When a NOQUEUE request fails, the rsb res_master field is unnecessarily reset to -1, instead of leaving the valid master setting in place. We want to save the looked-up master values while the rsb is on the "toss list" so that another lookup can be avoided if the rsb is soon reused. The fix is to simply leave res_master value alone. Signed-off-by: David Teigland --- Reading git-diff-tree failed