Staging
v0.5.1
https://github.com/torvalds/linux
Revision dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7 authored by Al Viro on 07 October 2005, 06:46:04 UTC, committed by Linus Torvalds on 08 October 2005, 22:00:57 UTC
 - added typedef unsigned int __nocast gfp_t;

 - replaced __nocast uses for gfp flags with gfp_t - it gives exactly
   the same warnings as far as sparse is concerned, doesn't change
   generated code (from gcc point of view we replaced unsigned int with
   typedef) and documents what's going on far better.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 3b0e77b
History
Tip revision: dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7 authored by Al Viro on 07 October 2005, 06:46:04 UTC
[PATCH] gfp flags annotations - part 1
Tip revision: dd0fc66
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.4 KB
Makefile -rw-r--r-- 42.4 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top