提交 312c39bd 编写于 作者: R Richard Weinberger

ubifs: gc: Fix typo

UBIFS operates on LEBs, not PEBs.
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 eef19816
......@@ -483,7 +483,7 @@ int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp)
/*
* Write buffers must be sync'd before unmapping
* freeable LEBs, because one of them may contain data
* which obsoletes something in 'lp->pnum'.
* which obsoletes something in 'lp->lnum'.
*/
err = gc_sync_wbufs(c);
if (err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册