Re: [PATCH 4/7] proc: export more page flags in /proc/kpageflags

From: KOSAKI Motohiro
Date: Wed May 06 2009 - 22:10:00 EST


> On Thu, May 07, 2009 at 10:04:31AM +0800, Minchan Kim wrote:
> >
> > Hi,
> >
> > > +#ifdef CONFIG_MEMORY_FAILURE
> > > + u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison);
> > > +#endif
> >
> > Did mmtom merge memory failure feature?
>
> Maybe not yet.. but the #ifdef makes it safe :-)

Please don't do that.
dependency of the out of tree code mean "please don't merge me".




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