dlm: allow multiple lockspace creates
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Aug 2008 18:30:24 +0000 (13:30 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 28 Aug 2008 16:49:15 +0000 (11:49 -0500)
Add a count for lockspace create and release so that create can
be called multiple times to use the lockspace from different places.
Also add the new flag DLM_LSFL_NEWEXCL to create a lockspace with
the previous behavior of returning -EEXIST if the lockspace already
exists.

Signed-off-by: David Teigland <teigland@redhat.com>

No differences found