ocfs2: Allow binary names in the DLM
authorMark Fasheh <mark.fasheh@oracle.com>
Fri, 8 Sep 2006 18:38:29 +0000 (11:38 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sun, 24 Sep 2006 20:50:42 +0000 (13:50 -0700)
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 <mark.fasheh@oracle.com>

No differences found