Re: [PATCH 06/10] [SG] Update net/ to use sg helpers

2007-10-23 Thread Jens Axboe
On Tue, Oct 23 2007, Christian Borntraeger wrote: > Fix sctp compile > > sctp fails to compile with > net/sctp/sm_make_chunk.c: In function 'sctp_pack_cookie': > net/sctp/sm_make_chunk.c:1516: error: implicit declaration of function > 'sg_init_table' > net/sctp/sm_make_chunk.c:1517: error: impli

Re: [PATCH 06/10] [SG] Update net/ to use sg helpers

2007-10-23 Thread Christian Borntraeger
Fix sctp compile sctp fails to compile with net/sctp/sm_make_chunk.c: In function 'sctp_pack_cookie': net/sctp/sm_make_chunk.c:1516: error: implicit declaration of function 'sg_init_table' net/sctp/sm_make_chunk.c:1517: error: implicit declaration of function 'sg_set_page' use the proper inclu

[PATCH 06/10] [SG] Update net/ to use sg helpers

2007-10-22 Thread Jens Axboe
Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> --- net/core/skbuff.c |4 ++-- net/ieee80211/ieee80211_crypt_tkip.c | 13 + net/ieee80211/ieee80211_crypt_wep.c |8 ++-- net/mac80211/wep.c|8 ++-- net/sctp/auth.c