wangyan
2020-Feb-22 01:54 UTC
[Ocfs2-devel] [PATCH 2/2] 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 <wangyan122 at huawei.com> Reviewed-by: Jun Piao <piaojun at huawei.com> --- fs/ocfs2/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 1e3b06fa4785..65b3abbcce4e 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c @@ -3941,7 +3941,7 @@ static void ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, * 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); } -- 2.19.1
Joseph Qi
2020-Feb-24 03:00 UTC
[Ocfs2-devel] [PATCH 2/2] ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
On 2020/2/22 09:54, wangyan wrote:> Correct annotation from "l_next_rec" to "l_next_free_rec" > > Signed-off-by: Yan Wang <wangyan122 at huawei.com> > Reviewed-by: Jun Piao <piaojun at huawei.com>Acked-by: Joseph Qi <joseph.qi at linux.alibaba.com>> --- > fs/ocfs2/alloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c > index 1e3b06fa4785..65b3abbcce4e 100644 > --- a/fs/ocfs2/alloc.c > +++ b/fs/ocfs2/alloc.c > @@ -3941,7 +3941,7 @@ static void ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, > * 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); > } >