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
Merge branch 'akpm' (Fixes from Andrew)
Merge misc fixes from Andrew Morton: "Seven fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (7 patches) lib/dma-debug.c: fix __hash_bucket_find() mm: compaction: correct the nr_strict va isolated check for CMA firmware/memmap: avoid type conflicts with the generic memmap_init() pidns: remove recursion from free_pid_ns() drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_store() error paths kernel/sys.c: fix stack memory content leak via UNAME26 linux/coredump.h needs asm/siginfo.h
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ static unsigned long isolate_freepages_block(struct compact_control *cc,
|
||||
* pages requested were isolated. If there were any failures, 0 is
|
||||
* returned and CMA will fail.
|
||||
*/
|
||||
if (strict && nr_strict_required != total_isolated)
|
||||
if (strict && nr_strict_required > total_isolated)
|
||||
total_isolated = 0;
|
||||
|
||||
if (locked)
|
||||
|
||||
Reference in New Issue
Block a user