]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: tracing: add missing GFP flags to tracing
authorMel Gorman <mgorman@suse.de>
Wed, 11 May 2011 22:13:39 +0000 (15:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 May 2011 01:50:45 +0000 (18:50 -0700)
commit1d929b7a84438ad9012c5826f5617d79a3efcef1
treee8052fe083bc7cb33302bfa8cdc1b1b6f2fc782b
parent59a16ead572330deb38e5848151d30ed1af754bc
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>
include/trace/events/gfpflags.h