From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759360AbZDCTDl (ORCPT ); Fri, 3 Apr 2009 15:03:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754703AbZDCTDc (ORCPT ); Fri, 3 Apr 2009 15:03:32 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49894 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753668AbZDCTDc (ORCPT ); Fri, 3 Apr 2009 15:03:32 -0400 Message-ID: <49D65D35.2090802@redhat.com> Date: Fri, 03 Apr 2009 14:02:13 -0500 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Linux Kernel Mailing List CC: Andrew Morton , Sam Ravnborg Subject: [PATCH] include types.h in fiemap.h now that it's exported Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Include 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 cc: Sam Ravnborg -- 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 + struct fiemap_extent { __u64 fe_logical; /* logical offset in bytes for the start of * the extent from the beginning of the file */