From: wangyan Date: Thu, 2 Apr 2020 04:03:38 +0000 (-0700) Subject: ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" X-Git-Tag: tags/kvm-5.7-2~13^2~144 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=41f4dc833135223f449baa834a874e5078c92c08;p=users%2Fdwmw2%2Flinux.git ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" Correct annotation from "l_next_rec" to "l_next_free_rec" Signed-off-by: Yan Wang Signed-off-by: Andrew Morton Reviewed-by: Jun Piao Acked-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Changwei Ge Cc: Gang He Link: http://lkml.kernel.org/r/5e76c953-3479-1280-023c-ad05e4c75608@huawei.com Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 1e3b06fa4785a..65b3abbcce4ef 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c @@ -3941,7 +3941,7 @@ rotate: * above. * * This leaf needs to have space, either by the empty 1st - * extent record, or by virtue of an l_next_rec < l_count. + * extent record, or by virtue of an l_next_free_rec < l_count. */ ocfs2_rotate_leaf(el, insert_rec); }