Whamcloud - gitweb
- fixed arguments order in ldlm_dump_all_namespaces().
authoryury <yury>
Sat, 15 Sep 2007 13:01:54 +0000 (13:01 +0000)
committeryury <yury>
Sat, 15 Sep 2007 13:01:54 +0000 (13:01 +0000)
lustre/include/lustre_dlm.h
lustre/ldlm/ldlm_resource.c

index a7ccb99..8450683 100644 (file)
@@ -672,7 +672,7 @@ void ldlm_resource_add_lock(struct ldlm_resource *res, struct list_head *head,
                             struct ldlm_lock *lock);
 void ldlm_resource_unlink_lock(struct ldlm_lock *lock);
 void ldlm_res2desc(struct ldlm_resource *res, struct ldlm_resource_desc *desc);
-void ldlm_dump_all_namespaces(int level, ldlm_side_t client);
+void ldlm_dump_all_namespaces(ldlm_side_t client, int level);
 void ldlm_namespace_dump(int level, struct ldlm_namespace *);
 void ldlm_resource_dump(int level, struct ldlm_resource *);
 int ldlm_lock_change_resource(struct ldlm_namespace *, struct ldlm_lock *,
index af7c34e..ef25d4f 100644 (file)
@@ -864,7 +864,7 @@ void ldlm_res2desc(struct ldlm_resource *res, struct ldlm_resource_desc *desc)
         desc->lr_name = res->lr_name;
 }
 
-void ldlm_dump_all_namespaces(int level, ldlm_side_t client)
+void ldlm_dump_all_namespaces(ldlm_side_t client, int level)
 {
         struct list_head *tmp;