commit | 1d929b7a84438ad9012c5826f5617d79a3efcef1 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@suse.de> | Wed May 11 15:13:39 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 11 18:50:45 2011 -0700 |
tree | e8052fe083bc7cb33302bfa8cdc1b1b6f2fc782b | |
parent | 59a16ead572330deb38e5848151d30ed1af754bc [diff] |
mm: tracing: add missing GFP flags to tracing include/linux/gfp.h and include/trace/events/gfpflags.h are out of sync. When tracing is enabled, certain flags are not recognised and the text output is less useful as a result. Add the missing flags. Signed-off-by: Mel Gorman <mgorman@suse.de> Cc: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>