Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22283
b: refs/heads/master
c: 7c501a5
h: refs/heads/master
i:
  22281: 4501139
  22279: d00859b
v: v3
  • Loading branch information
Per Liden authored and David S. Miller committed Mar 21, 2006
1 parent ce14a7b commit b380b5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05790c6456f144024e655710347b3df499260374
refs/heads/master: 7c501a5960a1bdf3b9eaef262916dc67107ff2b5
5 changes: 0 additions & 5 deletions trunk/net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -2539,11 +2539,6 @@ int tipc_link_send_long_buf(struct link *l_ptr, struct sk_buff *buf)
* pending message. This makes dynamic memory allocation unecessary.
*/

static u32 get_long_msg_seqno(struct sk_buff *buf)
{
return msg_seqno(buf_msg(buf));
}

static void set_long_msg_seqno(struct sk_buff *buf, u32 seqno)
{
msg_set_seqno(buf_msg(buf), seqno);
Expand Down
5 changes: 0 additions & 5 deletions trunk/net/tipc/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ static u32 port_out_seqno(struct port *p_ptr)
return msg_transp_seqno(&p_ptr->publ.phdr);
}

static void port_set_out_seqno(struct port *p_ptr, u32 seqno)
{
msg_set_transp_seqno(&p_ptr->publ.phdr,seqno);
}

static void port_incr_out_seqno(struct port *p_ptr)
{
struct tipc_msg *m = &p_ptr->publ.phdr;
Expand Down

0 comments on commit b380b5c

Please sign in to comment.