Re: [RFC] [Patch 1/4] statistics: no include hell for users

2007-06-06 Thread Martin Peschke
Dave Hansen wrote: On Wed, 2007-06-06 at 23:33 +0200, Martin Peschke wrote: struct statistic_interface { /* private: */ struct list_head list; - struct dentry *debugfs_dir; - struct dentry *data_file; - struct dentry *def_file; +

Re: [RFC] [Patch 1/4] statistics: no include hell for users

2007-06-06 Thread Dave Hansen
On Wed, 2007-06-06 at 23:33 +0200, Martin Peschke wrote: > > struct statistic_interface { > /* private: */ > struct list_head list; > - struct dentry *debugfs_dir; > - struct dentry *data_file; > - struct dentry *def_file; > +