diff options
Diffstat (limited to 'net/packet/diag.c')
-rw-r--r-- | net/packet/diag.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/packet/diag.c b/net/packet/diag.c index 04c8219a2d06..822fe9b33a49 100644 --- a/net/packet/diag.c +++ b/net/packet/diag.c | |||
@@ -166,6 +166,10 @@ static int sk_diag_fill(struct sock *sk, struct sk_buff *skb, | |||
166 | pdiag_put_fanout(po, skb)) | 166 | pdiag_put_fanout(po, skb)) |
167 | goto out_nlmsg_trim; | 167 | goto out_nlmsg_trim; |
168 | 168 | ||
169 | if ((req->pdiag_show & PACKET_SHOW_MEMINFO) && | ||
170 | sock_diag_put_meminfo(sk, skb, PACKET_DIAG_MEMINFO)) | ||
171 | goto out_nlmsg_trim; | ||
172 | |||
169 | return nlmsg_end(skb, nlh); | 173 | return nlmsg_end(skb, nlh); |
170 | 174 | ||
171 | out_nlmsg_trim: | 175 | out_nlmsg_trim: |