From: Minchan Kim Date: Tue, 14 Aug 2012 03:22:33 +0000 (+1000) Subject: remove-__gfp_no_kswapd-fixes-fix X-Git-Tag: next-20120821~1^2~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cee0f603f43ee56c25be3e97eb45aeed0a0fa6d0;p=karo-tx-linux.git remove-__gfp_no_kswapd-fixes-fix Cc: Rik van Riel Cc: Minchan Kim Signed-off-by: Andrew Morton --- 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.