public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include types.h in fiemap.h now that it's exported
@ 2009-04-03 19:02 Eric Sandeen
  0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2009-04-03 19:02 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, Sam Ravnborg

Include <linux/types.h> in fiemap.h, Sam Ravnborg pointed
out that this was missing in this newly-exported header which
uses the __u32 and __u64 types.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
cc: Sam Ravnborg <sam@ravnborg.org>
--

Index: linux-2.6/include/linux/fiemap.h
===================================================================
--- linux-2.6.orig/include/linux/fiemap.h
+++ linux-2.6/include/linux/fiemap.h
@@ -11,6 +11,8 @@
 #ifndef _LINUX_FIEMAP_H
 #define _LINUX_FIEMAP_H
 
+#include <linux/types.h>
+
 struct fiemap_extent {
 	__u64 fe_logical;  /* logical offset in bytes for the start of
 			    * the extent from the beginning of the file */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-03 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 19:02 [PATCH] include types.h in fiemap.h now that it's exported Eric Sandeen

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