]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] gfp_t: infrastructure
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 Oct 2005 06:55:38 +0000 (02:55 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 28 Oct 2005 15:16:46 +0000 (08:16 -0700)
commitaf4ca457eaf2d6682059c18463eb106e2ce58198
tree399ca5ab3b15d723a6aefd04c764a2a06089ed06
parent434f1d10c1adb6c2e333d501ce1e42be610e0723
[PATCH] gfp_t: infrastructure

Beginning of gfp_t annotations:

 - -Wbitwise added to CHECKFLAGS
 - old __bitwise renamed to __bitwise__
 - __bitwise defined to either __bitwise__ or nothing, depending on
   __CHECK_ENDIAN__ being defined
 - gfp_t switched from __nocast to __bitwise__
 - force cast to gfp_t added to __GFP_... constants
 - new helper - gfp_zone(); extracts zone bits out of gfp_t value and casts
   the result to int

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
fs/buffer.c
include/linux/gfp.h
include/linux/types.h
mm/mempolicy.c
mm/page_alloc.c