kernel-ark/net/llc
Al Viro dd0fc66fb3 [PATCH] gfp flags annotations - part 1
- 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>
2005-10-08 15:00:57 -07:00
..
af_llc.c [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg 2005-09-22 08:29:08 -03:00
Kconfig
llc_c_ac.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
llc_c_ev.c
llc_c_st.c
llc_conn.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
llc_core.c
llc_if.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
llc_input.c
llc_output.c
llc_output.h
llc_pdu.c
llc_proc.c [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg 2005-09-22 08:29:08 -03:00
llc_s_ac.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
llc_s_ev.c
llc_s_st.c
llc_sap.c [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg 2005-09-22 08:29:08 -03:00
llc_station.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
Makefile
sysctl_net_llc.c