summaryrefslogtreecommitdiff
path: root/fs/nfsd
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2012-04-02 22:33:02 +0000
committerBen Hutchings <ben@decadent.org.uk>2012-05-11 13:14:16 +0100
commit205648388f15b1ccf92b09ba0cf141cdd62bf711 (patch)
tree1d40673bfa2c21b357d09c0744c4f5193c33feb8 /fs/nfsd
parent0ae5d66e40cde5a95ed16d28a480d2ce91834bfc (diff)
net: fix /proc/net/dev regression
[ Upstream commit 2def16ae6b0c77571200f18ba4be049b03d75579 ] Commit f04565ddf52 (dev: use name hash for dev_seq_ops) added a second regression, as some devices are missing from /proc/net/dev if many devices are defined. When seq_file buffer is filled, the last ->next/show() method is canceled (pos value is reverted to value prior ->next() call) Problem is after above commit, we dont restart the lookup at right position in ->start() method. Fix this by removing the internal 'pos' pointer added in commit, since we need to use the 'loff_t *pos' provided by seq_file layer. This also reverts commit 5cac98dd0 (net: Fix corruption in /proc/*/net/dev_mcast), since its not needed anymore. Reported-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Cc: Mihai Maruseac <mmaruseac@ixiacom.com> Tested-by: Ben Greear <greearb@candelatech.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'fs/nfsd')
0 files changed, 0 insertions, 0 deletions