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@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Jun Piao <piaojun@huawei.com> 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: Gang He <ghe@suse.com> Link: http://lkml.kernel.org/r/5e76c953-3479-1280-023c-ad05e4c75608@huawei.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
cb5bc8557a
commit
41f4dc8331
|
@ -3941,7 +3941,7 @@ rotate:
|
||||||
* above.
|
* above.
|
||||||
*
|
*
|
||||||
* This leaf needs to have space, either by the empty 1st
|
* 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);
|
ocfs2_rotate_leaf(el, insert_rec);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue