From c8ae3a32d15859c938f093e4c48f8509b7672930 Mon Sep 17 00:00:00 2001 From: Minchan Kim Date: Tue, 14 Aug 2012 13:22:33 +1000 Subject: [PATCH] remove-__gfp_no_kswapd-fixes-fix Cc: Rik van Riel Cc: Minchan Kim Signed-off-by: Andrew Morton --- drivers/mtd/mtdcore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 15c4cfc2c13f..374c46dff7dd 100644 --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c @@ -1077,8 +1077,7 @@ EXPORT_SYMBOL_GPL(mtd_writev); * until the request succeeds or until the allocation size falls below * the system page size. This attempts to make sure it does not adversely * impact system performance, so when allocating more than one page, we - * ask the memory allocator to avoid re-trying, swapping, writing back - * or performing I/O. + * ask the memory allocator to avoid re-trying. * * Note, this function also makes sure that the allocated buffer is aligned to * the MTD device's min. I/O unit, i.e. the "mtd->writesize" value. -- 2.39.5