summaryrefslogtreecommitdiffstats
path: root/include/linux/dlmconstants.h
Commit message (Collapse)AuthorAgeFilesLines
* dlm: common max length definitionsDavid Teigland2008-04-211-0/+4
| | | | | | | | | Add central definitions for max lockspace name length and max resource name length. The lack of central definitions has resulted in scattered private definitions which we can now clean up, including an unused one in dlm_device.h. Signed-off-by: David Teigland <teigland@redhat.com>
* dlm: Split lock mode and flag constants into a sharable header.Joel Becker2008-01-251-0/+159
This allows others to use the DLM constants without being tied to the function API of fs/dlm. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>