[<prev] [next>] [day] [month] [year] [list]
Message-ID: <49D65D35.2090802@redhat.com>
Date: Fri, 03 Apr 2009 14:02:13 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH] include types.h in fiemap.h now that it's exported
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@...hat.com>
cc: Sam Ravnborg <sam@...nborg.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 */
--
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