Re: [RFC: 2.6 patch] net/core/: possible cleanups

2006-04-13 Thread Jörn Engel
On Thu, 13 April 2006 13:58:28 +0200, Adrian Bunk wrote: > > - make the following trivial wrapper function a static inline: > - neighbour.c: neigh_parms_destroy() Am I missing something or is there just a single caller? In that case, neigh_parms_put() could call kfree() directly and neigh_parm

[RFC: 2.6 patch] net/core/: possible cleanups

2006-04-13 Thread Adrian Bunk
This patch contains the following possible cleanups: - make the following needlessly global functions static: - skbuff.c: kfree_skbmem() - skbuff.c: skb_prepare_seq_read() - skbuff.c: skb_seq_read() - skbuff.c: skb_abort_seq_read() - #if 0 the following unused global functions: - skbuff.c