login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
23
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
Date: Monday, November 22, 2010 - 5:43 pm
On Mon, 22 Nov 2010 19:40:16 -0500 Mike Frysinger <vapier@gentoo.org> wrote:
quoted text
> On Mon, Nov 22, 2010 at 16:58, Andrew Morton wrote: > > On Sun, 21 Nov 2010 19:24:21 -0500 Mike Frysinger wrote: > >> This header uses things like __be32, so pull in linux/types.h. > >> > >> Further, it uses BLOCK_SIZE, so pull in linux/fs.h. > >> > >> --- a/include/linux/romfs_fs.h > >> +++ b/include/linux/romfs_fs.h > >> @@ -1,6 +1,9 @@ > >> __#ifndef __LINUX_ROMFS_FS_H > >> __#define __LINUX_ROMFS_FS_H > >> > >> +#include <linux/types.h> > >> +#include <linux/fs.h> > >> + > >> __/* The basic structures of the romfs filesystem */ > >> > >> __#define ROMBSIZE BLOCK_SIZE > > > > Better changelogs please. > > > > Does this fix any build error? __If so, is that build error present in > > 2.6.36 or earlier? > > headers should include the headers that define types/things that the > header itself needs
I take that to mean "no" and "no", hence the fix is not needed in 2.6.37 and is not needed in -stable. Thanks for being so helpful. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] romfs: have romfs_fs.h pull in necessary headers
, Mike Frysinger
, (Sun Nov 21, 5:24 pm)
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
, Andrew Morton
, (Mon Nov 22, 2:58 pm)
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
, Mike Frysinger
, (Mon Nov 22, 5:40 pm)
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
, Andrew Morton
, (Mon Nov 22, 5:43 pm)
Re: [PATCH] romfs: have romfs_fs.h pull in necessary headers
, Mike Frysinger
, (Mon Nov 22, 6:27 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian