[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3f9a31f40901182116r7381dfaeg64530f02e0c0ae31@mail.gmail.com>
Date: Mon, 19 Jan 2009 10:46:43 +0530
From: Jaswinder Singh Rajput <jaswinderlinux@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Jaswinder Singh Rajput <jaswinder@...nel.org>,
Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Sam Ravnborg <sam@...nborg.org>,
x86 maintainers <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL -tip] fix 41 'make headers_check' warnings
Hello Stephen,
On Mon, Jan 19, 2009 at 9:18 AM, Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>> > >
>> > > diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h
>> > > index 04b4d73..277de8c 100644
>> > > --- a/include/linux/pktcdvd.h
>> > > +++ b/include/linux/pktcdvd.h
>> > > @@ -33,11 +33,15 @@
>> > > * able to sucessfully recover with this option (drive will return good
>> > > * status as soon as the cdb is validated).
>> > > */
>> > > +#ifdef __KERNEL__
>> > > #if defined(CONFIG_CDROM_PKTCDVD_WCACHE)
>> > > #define USE_WCACHING 1
>> > > #else
>> > > #define USE_WCACHING 0
>> > > #endif
>> > > +#else /* __KERNEL__ */
>> > > +#define USE_WCACHING 0
>> > > +#endif /* __KERNEL__ */
>> >
>> > This also only has one user (drivers/block/pktcdvd.c) so maybe it should
>> > be moved there.
>> >
>>
>> Already fixed in v3 as pointed by Ingo.
>
> I was actually suggesting that you move the whole
>
> #if defined(CONFIG_CDROM_PKTCDVD_WCACHE)
> #define USE_WCACHING 1
> #else
> #define USE_WCACHING 0
> #endif
>
> into drivers/block/pktcdvd.c as that is the only place USE_WCACHING is
> used.
>
hmm, this is the out of scope of this patch and should be send in
different patch.
I think maintainers can handle this issue.
If they need my help, they can ping me ;-)
Thanks,
JSR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists