commit | e6223a3b19421e3a8df1352d21fd0d71093f44ae | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue Oct 26 14:21:59 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:09 2010 -0700 |
tree | becc54c4946d7226fcfbe115a864035c448d8884 | |
parent | 0116651c85e671a693dd2f56e95dd651f746c973 [diff] |
mm: add casts to/from gfp_t in gfp_to_alloc_flags() This removes following warning from sparse: mm/page_alloc.c:1934:9: warning: restricted gfp_t degrades to integer Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>