diff options
author | Joel Becker <joel.becker@oracle.com> | 2007-10-05 17:31:44 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2008-01-25 17:46:04 -0500 |
commit | d69a3ad6a0e47b2aa9b2b2ddfd385752132a4d34 (patch) | |
tree | 8e4a3283e9ce892217f69b1066d7933908652b00 /include/linux/Kbuild | |
parent | e63aecb651ba73dffc62f9608ee1b7ae2a0ffd4b (diff) |
dlm: Split lock mode and flag constants into a sharable header.
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>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f30fa92a44a1..bd694f779346 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -49,6 +49,7 @@ header-y += comstats.h | |||
49 | header-y += const.h | 49 | header-y += const.h |
50 | header-y += cgroupstats.h | 50 | header-y += cgroupstats.h |
51 | header-y += cycx_cfm.h | 51 | header-y += cycx_cfm.h |
52 | header-y += dlmconstants.h | ||
52 | header-y += dlm_device.h | 53 | header-y += dlm_device.h |
53 | header-y += dlm_netlink.h | 54 | header-y += dlm_netlink.h |
54 | header-y += dm-ioctl.h | 55 | header-y += dm-ioctl.h |