commit | 0f8e0d9a317406612700426fad3efab0b7bbc467 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Wed Aug 06 13:30:24 2008 -0500 |
committer | David Teigland <teigland@redhat.com> | Thu Aug 28 11:49:15 2008 -0500 |
tree | b4ed35afeab36615e50d5c7928a6199780fd2fca | |
parent | 4c246edd2550304df5b766cc841584b2bb058843 [diff] |
dlm: allow multiple lockspace creates 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>