From: Mark Fasheh Date: Fri, 8 Sep 2006 18:38:29 +0000 (-0700) Subject: ocfs2: Allow binary names in the DLM X-Git-Tag: v2.6.19-rc1~1259^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3384f3df5ed939a25135e1b2734fb7cdee1720a8;p=pandora-kernel.git ocfs2: Allow binary names in the DLM The OCFS2 DLM uses strlen() to determine lock name length, which excludes the possibility of putting binary values in the name string. Fix this by requiring that string length be passed in as a parameter. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed