]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fix sctp_del_bind_addr() last argument type
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 26 Sep 2007 00:54:32 +0000 (01:54 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 26 Sep 2007 16:22:04 +0000 (09:22 -0700)
commit78bd8fbbcd66fc977baa40e7fd838a4461b0f727
treea2f07d31f69cba7a6afdb8e1d7ad39c9076b510d
parent459685c75b82a0431da102365d507fdb72858b84
fix sctp_del_bind_addr() last argument type

It gets pointer to fastcall function, expects a pointer to normal
one and calls the sucker.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/net/sctp/structs.h
net/sctp/bind_addr.c