mm: remove unnecessary description about a non-exist gfp flag
[deliverable/linux.git] / include / linux / gfp.h
index bb16dfeb917e3ccc3ea52ba6407d2db02d52c315..c083d0820a87da39ace173f4ec188ccdf5892d1b 100644 (file)
@@ -105,8 +105,6 @@ struct vm_area_struct;
  *
  * __GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves.
  *   This takes precedence over the __GFP_MEMALLOC flag if both are set.
- *
- * __GFP_NOACCOUNT ignores the accounting for kmemcg limit enforcement.
  */
 #define __GFP_ATOMIC   ((__force gfp_t)___GFP_ATOMIC)
 #define __GFP_HIGH     ((__force gfp_t)___GFP_HIGH)
This page took 0.026628 seconds and 5 git commands to generate.