]> git.baikalelectronics.ru Git - kernel.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)
commitcc5b6a48930f167b1d9d6914d43f497257f9a5e9
tree6fbd420fb8762de6b951f1ee51ccacce75ea9791
parentc4f065e0751d521b0cff8b9ee569f9999cd0b0af
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