diff options
Diffstat (limited to 'net/core/sock.c')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 13719af7b4e3..c0b5b2f17412 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -1469,8 +1469,6 @@ static struct sock *sk_prot_alloc(struct proto *prot, gfp_t priority, | |||
1469 | sk = kmalloc(prot->obj_size, priority); | 1469 | sk = kmalloc(prot->obj_size, priority); |
1470 | 1470 | ||
1471 | if (sk != NULL) { | 1471 | if (sk != NULL) { |
1472 | kmemcheck_annotate_bitfield(sk, flags); | ||
1473 | |||
1474 | if (security_sk_alloc(sk, family, priority)) | 1472 | if (security_sk_alloc(sk, family, priority)) |
1475 | goto out_free; | 1473 | goto out_free; |
1476 | 1474 | ||