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

Commit 920b4cde authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: ratelimit swap write errors"

parents 39737350 f4f905e8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -63,8 +63,9 @@ void end_swap_bio_write(struct bio *bio)
		 * Also clear PG_reclaim to avoid rotate_reclaimable_page()
		 */
		set_page_dirty(page);
		pr_alert("Write-error on swap-device (%u:%u:%llu)\n",
			 MAJOR(bio_dev(bio)), MINOR(bio_dev(bio)),
		pr_alert_ratelimited("Write-error on swap-device (%u:%u:%llu)\n",
			 MAJOR(bio_dev(bio)),
			 MINOR(bio_dev(bio)),
			 (unsigned long long)bio->bi_iter.bi_sector);
		ClearPageReclaim(page);
	}