diff options
author | Richard Weinberger <richard@nod.at> | 2018-07-08 17:24:46 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-08-14 18:06:15 -0400 |
commit | 312c39bd6d515122b4b0022780e46c63ea9b8bec (patch) | |
tree | f62a46a7e814126da6747a7323fbc50639657392 | |
parent | eef19816ada3abd56d9f20c88794cc2fea83ebb2 (diff) |
ubifs: gc: Fix typo
UBIFS operates on LEBs, not PEBs.
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | fs/ubifs/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index a03a47cf880d..2adc994ffd9f 100644 --- a/fs/ubifs/gc.c +++ b/fs/ubifs/gc.c | |||
@@ -483,7 +483,7 @@ int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) | |||
483 | /* | 483 | /* |
484 | * Write buffers must be sync'd before unmapping | 484 | * Write buffers must be sync'd before unmapping |
485 | * freeable LEBs, because one of them may contain data | 485 | * freeable LEBs, because one of them may contain data |
486 | * which obsoletes something in 'lp->pnum'. | 486 | * which obsoletes something in 'lp->lnum'. |
487 | */ | 487 | */ |
488 | err = gc_sync_wbufs(c); | 488 | err = gc_sync_wbufs(c); |
489 | if (err) | 489 | if (err) |