diff options
-rw-r--r-- | fs/ocfs2/dlm/dlmmaster.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index a54d33d95ada..c92d1b19fc0b 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c | |||
@@ -1695,9 +1695,9 @@ send_response: | |||
1695 | * can periodically run all locks owned by this node | 1695 | * can periodically run all locks owned by this node |
1696 | * and re-assert across the cluster... | 1696 | * and re-assert across the cluster... |
1697 | */ | 1697 | */ |
1698 | int dlm_do_assert_master(struct dlm_ctxt *dlm, | 1698 | static int dlm_do_assert_master(struct dlm_ctxt *dlm, |
1699 | struct dlm_lock_resource *res, | 1699 | struct dlm_lock_resource *res, |
1700 | void *nodemap, u32 flags) | 1700 | void *nodemap, u32 flags) |
1701 | { | 1701 | { |
1702 | struct dlm_assert_master assert; | 1702 | struct dlm_assert_master assert; |
1703 | int to, tmpret; | 1703 | int to, tmpret; |