public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: add fiemap.h to header-y
       [not found] <200904030459.n334xVpS019935@hera.kernel.org>
@ 2009-04-03  6:46 ` Sam Ravnborg
  2009-04-03 15:00   ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Ravnborg @ 2009-04-03  6:46 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Eric Sandeen; +Cc: git-commits-head

On Fri, Apr 03, 2009 at 04:59:31AM +0000, Linux Kernel Mailing List wrote:
> Gitweb:     http://git.kernel.org/linus/8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3
> Commit:     8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3
> Parent:     c90bfeb80f00c765a57f17442fea1a57756b9034
> Author:     Eric Sandeen <sandeen@redhat.com>
> AuthorDate: Thu Apr 2 16:56:44 2009 -0700
> Committer:  Linus Torvalds <torvalds@linux-foundation.org>
> CommitDate: Thu Apr 2 19:04:49 2009 -0700
> 
>     add fiemap.h to header-y
>     
>     Include fiemap.h in header-y; it defines the interface for the
>     FS_IOC_FIEMAP file mapping ioctl.
>     
>     Signed-off-by: Eric Sandeen <sandeen@redhat.com>
>     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
>     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> ---
>  include/linux/Kbuild |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index a67b622..ca9b9b9 100644
> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -67,6 +67,7 @@ header-y += falloc.h
>  header-y += fd.h
>  header-y += fdreg.h
>  header-y += fib_rules.h
> +header-y += fiemap.h
>  header-y += firewire-cdev.h
>  header-y += firewire-constants.h
>  header-y += fuse.h

Before adding a new headers as an exported headers please fix it up.
This headers uses __u32/__u64 but fails to include <linux/types.h>

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: add fiemap.h to header-y
  2009-04-03  6:46 ` add fiemap.h to header-y Sam Ravnborg
@ 2009-04-03 15:00   ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2009-04-03 15:00 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Linux Kernel Mailing List

Sam Ravnborg wrote:

>> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
>> index a67b622..ca9b9b9 100644
>> --- a/include/linux/Kbuild
>> +++ b/include/linux/Kbuild
>> @@ -67,6 +67,7 @@ header-y += falloc.h
>>  header-y += fd.h
>>  header-y += fdreg.h
>>  header-y += fib_rules.h
>> +header-y += fiemap.h
>>  header-y += firewire-cdev.h
>>  header-y += firewire-constants.h
>>  header-y += fuse.h
> 
> Before adding a new headers as an exported headers please fix it up.
> This headers uses __u32/__u64 but fails to include <linux/types.h>
> 
> 	Sam

Sam -

Whoops, thanks for catching that.  Will take a look & submit a patch.

Thanks,

-Eric

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-03 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200904030459.n334xVpS019935@hera.kernel.org>
2009-04-03  6:46 ` add fiemap.h to header-y Sam Ravnborg
2009-04-03 15:00   ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox