commit | 5d2e5f274f9e9a06fb934dd45260e2616a9992e6 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Fri Dec 30 00:53:13 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 30 16:42:19 2011 -0500 |
tree | 61ae9157e41b00a19f58518d58d0c739393cbccb | |
parent | 288461e1546fa4162fa237eeed8ea09a16521dcd [diff] |
sock_diag: Introduce the meminfo nla core (v2) Add a routine that dumps memory-related values of a socket. It's made as an array to make it possible to add more stuff here later without breaking compatibility. Since v1: The SK_MEMINFO_ constants are in userspace visible part of sock_diag.h, the rest is under __KERNEL__. Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>