]> git.baikalelectronics.ru Git - kernel.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)
commitfa498220644dbc1988ad480efa30636e16a21be1
treea2f07d31f69cba7a6afdb8e1d7ad39c9076b510d
parent5d0f534701dfe788bd0a852ccfbf618575048fce
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