summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sctp.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2005-07-12 05:57:47 +0200
committerDavid S. Miller2005-07-12 05:57:47 +0200
commit3182cd84f0e132558bbe106c070405ae49f1f0e3 (patch)
tree1015a20d3adb2c000c42fbaf74cecf9cff52bb50 /include/net/sctp/sctp.h
parent[NETLINK]: Reserve NETLINK_NETFILTER. (diff)
downloadkernel-qcow2-linux-3182cd84f0e132558bbe106c070405ae49f1f0e3.tar.gz
kernel-qcow2-linux-3182cd84f0e132558bbe106c070405ae49f1f0e3.tar.xz
kernel-qcow2-linux-3182cd84f0e132558bbe106c070405ae49f1f0e3.zip
[SCTP]: __nocast annotations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp/sctp.h')
-rw-r--r--include/net/sctp/sctp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index ef2738159ab3..4a26adfaed71 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -125,7 +125,8 @@
*/
extern struct sock *sctp_get_ctl_sock(void);
extern int sctp_copy_local_addr_list(struct sctp_bind_addr *,
- sctp_scope_t, int gfp, int flags);
+ sctp_scope_t, unsigned int __nocast gfp,
+ int flags);
extern struct sctp_pf *sctp_get_pf_specific(sa_family_t family);
extern int sctp_register_pf(struct sctp_pf *, sa_family_t);