[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0804131602310.3261@apollo.tec.linutronix.de>
Date: Sun, 13 Apr 2008 16:05:05 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: Randy Dunlap <randy.dunlap@...cle.com>,
linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
sam@...nborg.org, Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH v2] documentation: build source files in Documentation
sub-dir
On Thu, 10 Apr 2008, Andrew Morton wrote:
> > struct ustat {
> > - __kernel_daddr_t f_tfree;
> > - __kernel_ino_t f_tinode;
> > + daddr_t f_tfree;
> > + ino_t f_tinode;
> > char f_fname[6];
> > char f_fpack[6];
> > };
>
> hm.
>
> It'd be nice to know how git-x86 managed to make this happen. I haven't
> looked, apart from noting that it doesn't seem to touch any of the relevant
> files.
Hmm, something must define __KERNEL_STRICT_NAMES to make this happen,
but there is nothing in the entire kernel tree which defines it.
Thanks,
tglx
--
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