mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Conflicts: include/net/tcp.h
This commit is contained in:
@@ -989,7 +989,7 @@ struct sctp_transport {
|
||||
int init_sent_count;
|
||||
|
||||
/* state : The current state of this destination,
|
||||
* : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKOWN.
|
||||
* : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKNOWN.
|
||||
*/
|
||||
int state;
|
||||
|
||||
|
||||
@@ -1261,7 +1261,6 @@ static inline struct sk_buff *tcp_write_queue_prev(struct sock *sk, struct sk_bu
|
||||
#define tcp_for_write_queue_from_safe(skb, tmp, sk) \
|
||||
skb_queue_walk_from_safe(&(sk)->sk_write_queue, skb, tmp)
|
||||
|
||||
|
||||
static inline struct sk_buff *tcp_send_head(struct sock *sk)
|
||||
{
|
||||
return sk->sk_send_head;
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
* drivers have to only report state changes due to external
|
||||
* conditions.
|
||||
*
|
||||
* All API operations are 'atomic', serialized thorough a mutex in the
|
||||
* All API operations are 'atomic', serialized through a mutex in the
|
||||
* `struct wimax_dev`.
|
||||
*
|
||||
* EXPORTING TO USER SPACE THROUGH GENERIC NETLINK
|
||||
|
||||
Reference in New Issue
Block a user