|
@@ -1695,9 +1695,9 @@ send_response:
|
|
|
* can periodically run all locks owned by this node
|
|
|
* and re-assert across the cluster...
|
|
|
*/
|
|
|
-int dlm_do_assert_master(struct dlm_ctxt *dlm,
|
|
|
- struct dlm_lock_resource *res,
|
|
|
- void *nodemap, u32 flags)
|
|
|
+static int dlm_do_assert_master(struct dlm_ctxt *dlm,
|
|
|
+ struct dlm_lock_resource *res,
|
|
|
+ void *nodemap, u32 flags)
|
|
|
{
|
|
|
struct dlm_assert_master assert;
|
|
|
int to, tmpret;
|