diff options
author | David Teigland <teigland@redhat.com> | 2008-03-14 16:09:15 -0400 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-04-21 12:22:28 -0400 |
commit | 2402211a8389282fd2942fad4511f02c0eeeffc5 (patch) | |
tree | 853e5818a29816e642689d7e793a845d2519711b /fs/dlm/dlm_internal.h | |
parent | d44e0fc704143624b3e88fbf8fbcfda7a83fd299 (diff) |
dlm: move plock code from gfs2
Move the code that handles cluster posix locks from gfs2 into the dlm
so that it can be used by both gfs2 and ocfs2.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index c70c8e58358f..caa1581e158f 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -582,6 +582,8 @@ static inline int dlm_no_directory(struct dlm_ls *ls) | |||
582 | int dlm_netlink_init(void); | 582 | int dlm_netlink_init(void); |
583 | void dlm_netlink_exit(void); | 583 | void dlm_netlink_exit(void); |
584 | void dlm_timeout_warn(struct dlm_lkb *lkb); | 584 | void dlm_timeout_warn(struct dlm_lkb *lkb); |
585 | int dlm_plock_init(void); | ||
586 | void dlm_plock_exit(void); | ||
585 | 587 | ||
586 | #ifdef CONFIG_DLM_DEBUG | 588 | #ifdef CONFIG_DLM_DEBUG |
587 | int dlm_register_debugfs(void); | 589 | int dlm_register_debugfs(void); |