mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:40:54 +07:00
ubifs: gc: Fix typo
UBIFS operates on LEBs, not PEBs. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
eef19816ad
commit
312c39bd6d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user