diff mbox series

[v3,2/2] zswap: track swapins from disk more accurately (fix)

Message ID 20240806004518.3183562-1-nphamcs@gmail.com (mailing list archive)
State New
Headers show
Series [v3,1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker (fix) | expand

Commit Message

Nhat Pham Aug. 6, 2024, 12:45 a.m. UTC
Squeeze a comment into a single line.

Signed-off-by: Nhat Pham <nphamcs@gmail.com>
---
 mm/page_io.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/mm/page_io.c b/mm/page_io.c
index 0004c9fbf7e8..aa190e3cb050 100644
--- a/mm/page_io.c
+++ b/mm/page_io.c
@@ -524,9 +524,7 @@  void swap_read_folio(struct folio *folio, struct swap_iocb **plug)
 		goto finish;
 	}
 
-	/*
-	 * We have to read the page from slower devices. Increase zswap protection.
-	 */
+	/* We have to read from slower devices. Increase zswap protection. */
 	zswap_folio_swapin(folio);
 
 	if (data_race(sis->flags & SWP_FS_OPS)) {