Whamcloud - gitweb
b=19917 Repeated atomic allocation failures
authorDmitry Zogin <dmitry.zogin@sun.com>
Thu, 11 Mar 2010 17:20:31 +0000 (12:20 -0500)
committerJohann Lombardi <johann@sun.com>
Fri, 12 Mar 2010 14:06:13 +0000 (15:06 +0100)
 Comment change.

 o=he.huang
 i=dmitry.zogin

lustre/obdfilter/filter_io.c

index 863d607..3853bc5 100644 (file)
@@ -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.
  */