]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE
authorCong Wang <amwang@redhat.com>
Sun, 3 Mar 2013 16:28:27 +0000 (16:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2013 19:12:06 +0000 (14:12 -0500)
commit3f736868b47687d1336fe88185560b22bb92021e
tree6fbd420fb8762de6b951f1ee51ccacce75ea9791
parentece6b0a2b25652d684a7ced4ae680a863af041e0
sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE

Don't definite its own MAX_KMALLOC_SIZE, use the one
defined in mm.

Cc: Vlad Yasevich <vyasevich@gmail.com>
Cc: Sridhar Samudrala <sri@us.ibm.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/ssnmap.c