From: David Teigland Date: Mon, 19 Jan 2009 19:13:33 +0000 (-0600) Subject: dlm: fix plock notify callback to lockd X-Git-Tag: v2.6.29-rc3~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24179f488092267c9a033d7e25ce7a58af50ff79;p=pandora-kernel.git dlm: fix plock notify callback to lockd We should use the original copy of the file_lock, fl, instead of the copy, flc in the lockd notify callback. The range in flc has been modified by posix_lock_file(), so it will not match a copy of the lock in lockd. Signed-off-by: David Teigland --- Reading git-diff-tree failed