Skip to content
Snippets Groups Projects
Commit de651de6 authored by Yury Umanets's avatar Yury Umanets
Browse files

- fixed arguments order in ldlm_dump_all_namespaces().

parent f683b742
No related branches found
No related tags found
No related merge requests found
......@@ -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 *,
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment