Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 312c39bd authored by Richard Weinberger's avatar Richard Weinberger
Browse files

ubifs: gc: Fix typo



UBIFS operates on LEBs, not PEBs.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent eef19816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)