• Arnaldo Carvalho de Melo's avatar
    o net/core/dev: add missing ++*pos in dev_seq_next · e9442649
    Arnaldo Carvalho de Melo authored
    This cures the problem reported in lkml when there are lots
    of net devices, tested with 50 dummy interfaces, there is
    still one glitch when there are more info produced than
    one page, where one entry is missed, I'm working on this
    one now.
    
    Ah, dev_seq_show needs only seq_puts, not the more expensive
    seq_printf.
    e9442649
dev.c 72 KB