From 71d9f9430f72509c2f7d9027df9b15fff520030f Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 26 Sep 2007 01:54:32 +0100 Subject: [PATCH] --- yaml --- r: 65183 b: refs/heads/master c: 78bd8fbbcd66fc977baa40e7fd838a4461b0f727 h: refs/heads/master i: 65181: 119cdc34572e0d7c3e1174df3812bd84a0adf13d 65179: 985985593a917ea48543e815c48524e3ce1160ff 65175: 433201bd3e52896258d03a767ecfc07dd63fa09f 65167: 81e49bf9eb9b7dbfe4777c4ff687d0b9eb96a24f 65151: 30365832cd4f4ae725b408cdeca1baed26e43e15 v: v3 --- [refs] | 2 +- trunk/include/net/sctp/structs.h | 2 +- trunk/net/sctp/bind_addr.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 41d295117f93..8ecda40cda31 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 459685c75b82a0431da102365d507fdb72858b84 +refs/heads/master: 78bd8fbbcd66fc977baa40e7fd838a4461b0f727 diff --git a/trunk/include/net/sctp/structs.h b/trunk/include/net/sctp/structs.h index 490a2928817c..baff49dfcdbd 100644 --- a/trunk/include/net/sctp/structs.h +++ b/trunk/include/net/sctp/structs.h @@ -1157,7 +1157,7 @@ int sctp_bind_addr_copy(struct sctp_bind_addr *dest, int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, __u8 use_as_src, gfp_t gfp); int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *, - void (*rcu_call)(struct rcu_head *, + void fastcall (*rcu_call)(struct rcu_head *, void (*func)(struct rcu_head *))); int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, struct sctp_sock *); diff --git a/trunk/net/sctp/bind_addr.c b/trunk/net/sctp/bind_addr.c index d35cbf5aae33..dfffa94fb9f6 100644 --- a/trunk/net/sctp/bind_addr.c +++ b/trunk/net/sctp/bind_addr.c @@ -181,7 +181,7 @@ int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, * structure. */ int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr, - void (*rcu_call)(struct rcu_head *head, + void fastcall (*rcu_call)(struct rcu_head *head, void (*func)(struct rcu_head *head))) { struct sctp_sockaddr_entry *addr, *temp;