[SCTP]: __nocast annotations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
63522f7fdb
commit
3182cd84f0
@ -57,7 +57,8 @@ static inline size_t sctp_ssnmap_size(__u16 in, __u16 out)
|
||||
/* Create a new sctp_ssnmap.
|
||||
* Allocate room to store at least 'len' contiguous TSNs.
|
||||
*/
|
||||
struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, int gfp)
|
||||
struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out,
|
||||
unsigned int __nocast gfp)
|
||||
{
|
||||
struct sctp_ssnmap *retval;
|
||||
int size;
|
||||
|
Reference in New Issue
Block a user