From: Eric Sandeen Date: Thu, 2 Apr 2009 23:56:44 +0000 (-0700) Subject: add fiemap.h to header-y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3;p=linux-beck.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index a67b6227d272..ca9b9b9bd331 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