X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lock.c;h=a324b9369dbe085ef9341108e5414a8d667e3508;hp=b3e914c7fcb6d51f0fa7c4e4c5eb1e143a7959b0;hb=fe60e0135ee2334440247cde167b707b223cf11d;hpb=ba64569830ea03f6389fd4580b248cfc654e88c3 diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index b3e914c..a324b93 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -2105,13 +2105,13 @@ static int ldlm_reprocess_res(struct cfs_hash *hs, struct cfs_hash_bd *bd, */ void ldlm_reprocess_all_ns(struct ldlm_namespace *ns) { - ENTRY; + ENTRY; - if (ns != NULL) { - cfs_hash_for_each_nolock(ns->ns_rs_hash, - ldlm_reprocess_res, NULL); - } - EXIT; + if (ns != NULL) { + cfs_hash_for_each_nolock(ns->ns_rs_hash, + ldlm_reprocess_res, NULL, 0); + } + EXIT; } /**