Re: [RFC] maximum latency tracking infrastructure (version 2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Alexey Dobriyan <[email protected]> wrote:

> > +#ifndef _INCLUDE_GUARD_LATENCY_H_
> > +#define _INCLUDE_GUARD_LATENCY_H_
> > +
> > +#include <linux/notifier.h>
> 
> Just
> 	struct notifier_block;

not really. Either use the #include, or if you want less stuff included, 
split notifier.h into notifier_types.h and notifier.h and move the data 
structure declarations to notifier_types.h and then #include 
notifier_types.h. (spinlock_types.h works like this.) This allows 
headers to be separated into pure 'data structure' and 'access methods' 
portions. Using explicit forward declarations is less cleaner.

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux