commit | 3384f3df5ed939a25135e1b2734fb7cdee1720a8 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Sep 08 11:38:29 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Sun Sep 24 13:50:42 2006 -0700 |
tree | 7a68180b6adeb74b5a0a96e6c2d4ad529b34096d | |
parent | e2c73698af3dac89328eef2b55f6746e0507d2bc [diff] |
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 <mark.fasheh@oracle.com>