On Wed, Dec 26, 2012 at 03:14:45PM +0200, Gleb Natapov wrote: > On Wed, Nov 21, 2012 at 06:34:00PM -0800, Sanjay Lal wrote: > > + > > +#ifndef __unused > > +#define __unused __attribute__((unused)) > > +#endif > > + > There are __maybe_unused and __always_unused, no need to define your > own. Also the symbol __unused is a member of struct compat_flock in <asm/compat.h> which is going to bite on 64 bit. Ralf -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html