diff options
author | Denis V. Lunev <den@openvz.org> | 2008-10-07 14:47:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-07 14:47:12 -0700 |
commit | 7b43ccecc77480353a5657d993d671cae9e94efd (patch) | |
tree | be4e5b0b700c024f53a8503ec8cf23f5e5fa1401 /usr | |
parent | 35f0a5df6cbc315da031c40541e135a059bfde7d (diff) |
ipv6: separate seq_ops for global & per/device ipv6 statistics
idev has been stored on seq->private. NULL has been stored for global
statistics.
The situation is changed with net namespace. We need to store pointer to
struct net and the only place is seq->private. So, we'll have for
/proc/net/dev_snmp6/* and for /proc/net/snmp6 pointers of two different
types stored in the same field.
This effectively requires to separate seq_ops of these files.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions