Re: [Cluster-devel] [PATCH] dlm: Avoid LVB truncation

2013-06-26 Thread David Teigland
On Wed, Jun 26, 2013 at 02:27:57PM +0200, Bart Van Assche wrote: > For lockspaces with an LVB length above 64 bytes, avoid truncating > the LVB while exchanging it with another node in the cluster. Thanks, I've added this to next. Dave

[Cluster-devel] [PATCH] dlm: Avoid LVB truncation

2013-06-26 Thread Bart Van Assche
For lockspaces with an LVB length above 64 bytes, avoid truncating the LVB while exchanging it with another node in the cluster. Signed-off-by: Bart Van Assche Cc: David Teigland --- fs/dlm/lock.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/dlm/lock.c b/fs/