Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.

Signed-off-by: David S. Miller <davem@davemloft.net>

-2
-2
include/net/sctp/sctp.h
··· 220 220 #define sctp_release_sock(sk) release_sock(sk) 221 221 #define sctp_bh_lock_sock(sk) bh_lock_sock(sk) 222 222 #define sctp_bh_unlock_sock(sk) bh_unlock_sock(sk) 223 - #define SCTP_SOCK_SLEEP_PRE(sk) SOCK_SLEEP_PRE(sk) 224 - #define SCTP_SOCK_SLEEP_POST(sk) SOCK_SLEEP_POST(sk) 225 223 226 224 /* SCTP SNMP MIB stats handlers */ 227 225 DECLARE_SNMP_STAT(struct sctp_mib, sctp_statistics);