Skip to content

Commit b14a1ef

Browse files
Satoru Takeuchitorvalds
authored andcommitted
mm: remove unnecessary description about a non-exist gfp flag
Since __GFP_NOACCOUNT was removed by commit 20b5c30 ("Revert 'gfp: add __GFP_NOACCOUNT'"), its description is not necessary. Signed-off-by: Satoru Takeuchi <[email protected]> Acked-by: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 795ae7a commit b14a1ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/gfp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ struct vm_area_struct;
105105
*
106106
* __GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves.
107107
* This takes precedence over the __GFP_MEMALLOC flag if both are set.
108-
*
109-
* __GFP_NOACCOUNT ignores the accounting for kmemcg limit enforcement.
110108
*/
111109
#define __GFP_ATOMIC ((__force gfp_t)___GFP_ATOMIC)
112110
#define __GFP_HIGH ((__force gfp_t)___GFP_HIGH)

0 commit comments

Comments
 (0)