|
@@ -30,7 +30,8 @@ struct vm_area_struct;
|
|
* _might_ fail. This depends upon the particular VM implementation.
|
|
* _might_ fail. This depends upon the particular VM implementation.
|
|
*
|
|
*
|
|
* __GFP_NOFAIL: The VM implementation _must_ retry infinitely: the caller
|
|
* __GFP_NOFAIL: The VM implementation _must_ retry infinitely: the caller
|
|
- * cannot handle allocation failures.
|
|
|
|
|
|
+ * cannot handle allocation failures. This modifier is deprecated and no new
|
|
|
|
+ * users should be added.
|
|
*
|
|
*
|
|
* __GFP_NORETRY: The VM implementation must not retry indefinitely.
|
|
* __GFP_NORETRY: The VM implementation must not retry indefinitely.
|
|
*
|
|
*
|