From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sandeen Subject: [PATCH] add fiemap.h to header-y Date: Sun, 29 Mar 2009 20:49:02 -0500 Message-ID: <49D0250E.7060701@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Morton To: linux-kernel Mailing List , linux-fsdevel Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50856 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600AbZC3BuN (ORCPT ); Sun, 29 Mar 2009 21:50:13 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Include fiemap.h in header-y; it defines the interface for the FS_IOC_FIEMAP file mapping ioctl. Signed-off-by: Eric Sandeen --- Index: linux-2.6/include/linux/Kbuild =================================================================== --- linux-2.6.orig/include/linux/Kbuild +++ linux-2.6/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