From: Dmitry Zogin Date: Thu, 11 Mar 2010 17:20:31 +0000 (-0500) Subject: b=19917 Repeated atomic allocation failures X-Git-Tag: v1_8_2_52~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=08882bc1d23e84af0e36f43ebfec4eeb1f546612;p=fs%2Flustre-release.git b=19917 Repeated atomic allocation failures Comment change. o=he.huang i=dmitry.zogin --- diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 863d607..3853bc5 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -267,9 +267,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. */