From 5619f16a8cafe661597e65d66ac650def6a00386 Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Wed, 21 Jul 2010 17:27:23 +0400 Subject: [PATCH] b=19917 repeated atomic allocation failures in kptllnd_rx_alloc() causing OST to be unreachable Comment change. --- lustre/obdfilter/filter_io.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 979e403..17d4685 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -268,9 +268,8 @@ long filter_grant(struct obd_export *exp, obd_size current_grant, * as we might end up waiting on a page he sent in the request we're serving. * use __GFP_HIGHMEM so that the pages can use all of the available memory * on 32-bit machines - * use more agressive GFP_HIGHUSER flags from non-local clients to be able to - * generate more memory pressure, but at the same time use __GFP_NOMEMALLOC - * in order not to exhaust emergency reserves. + * use more aggressive GFP_HIGHUSER flags from non-local clients to be able to + * generate more memory pressure. * * See Bug 19529 and Bug 19917 for details. */ -- 1.8.3.1