Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocfs2: adjust function name reference

There is no function dlm_mast_regions(). However, dlm_match_regions() is
passed the buffer "local", which it uses internally, so it seems like
dlm_match_regions() was intended.

Link: https://lkml.kernel.org/r/20251230142513.95467-1-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Cc: Heming Zhao <heming.zhao@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Julia Lawall and committed by
Andrew Morton
77983f61 c5489d04

+1 -1
+1 -1
fs/ocfs2/dlm/dlmdomain.c
··· 1105 1105 mlog(0, "Node %u queries hb regions on domain %s\n", qr->qr_node, 1106 1106 qr->qr_domain); 1107 1107 1108 - /* buffer used in dlm_mast_regions() */ 1108 + /* buffer used in dlm_match_regions() */ 1109 1109 local = kmalloc(sizeof(qr->qr_regions), GFP_KERNEL); 1110 1110 if (!local) 1111 1111 return -ENOMEM;