diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 16:29:38 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-04-21 12:18:01 -0400 |
commit | 170e19ab2900b7c959d7a0e627fd12f383efcfa1 (patch) | |
tree | d34d48eb0fc5c1bb7bd99e4613ce4cc6092010a8 /fs/dlm/lock.h | |
parent | 5416b704aef0b7350073421f4f6ac1a21bc213e7 (diff) |
dlm: make dlm_print_rsb() static
dlm_print_rsb() can now become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lock.h')
-rw-r--r-- | fs/dlm/lock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lock.h b/fs/dlm/lock.h index 05d9c82e646b..88e93c80cc22 100644 --- a/fs/dlm/lock.h +++ b/fs/dlm/lock.h | |||
@@ -13,7 +13,6 @@ | |||
13 | #ifndef __LOCK_DOT_H__ | 13 | #ifndef __LOCK_DOT_H__ |
14 | #define __LOCK_DOT_H__ | 14 | #define __LOCK_DOT_H__ |
15 | 15 | ||
16 | void dlm_print_rsb(struct dlm_rsb *r); | ||
17 | void dlm_dump_rsb(struct dlm_rsb *r); | 16 | void dlm_dump_rsb(struct dlm_rsb *r); |
18 | void dlm_print_lkb(struct dlm_lkb *lkb); | 17 | void dlm_print_lkb(struct dlm_lkb *lkb); |
19 | void dlm_receive_message_saved(struct dlm_ls *ls, struct dlm_message *ms); | 18 | void dlm_receive_message_saved(struct dlm_ls *ls, struct dlm_message *ms); |