You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mtd: inftl: fix fold chain block number
Signed-off-by: Mohan Lal Jangir <mohanlaljangir@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
b4c8c8cf9a
commit
6ad08ddd9e
Regular → Executable
+1
-1
@@ -550,7 +550,7 @@ hitused:
|
||||
* waiting to be picked up. We're going to have to fold
|
||||
* a chain to make room.
|
||||
*/
|
||||
thisEUN = INFTL_makefreeblock(inftl, BLOCK_NIL);
|
||||
thisEUN = INFTL_makefreeblock(inftl, block);
|
||||
|
||||
/*
|
||||
* Hopefully we free something, lets try again.
|
||||
|
||||
Reference in New Issue
Block a user