Re: [patch 1 of 2] Scalable statistics counters

Christoph Hellwig (hch@infradead.org)
Mon, 12 Aug 2002 21:09:52 +0100


On Tue, Aug 13, 2002 at 01:35:46AM +0530, Dipankar Sarma wrote:
> Suppose I use seq_file interface and not put all statctrs in one /proc
> file, how do I associate the statctr data structure with the /proc
> inode ? IOW, how do I quickly get the statctr_pentry corresponding to the
> counter in statctr_open() ?

Stuff it into the ->private member of struct seq_file in your open method.
BTW, what about renaming statctr_pentry to statctr_group?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/