From: Eric Sandeen <sandeen@redhat.com>
Date: Thu, 2 Apr 2009 23:56:44 +0000 (-0700)
Subject: add fiemap.h to header-y
X-Git-Tag: firefly_0821_release~14974
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e2c3795c78d5c4e2e1f14ce751e9d08decbe9d3;p=firefly-linux-kernel-4.4.55.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 <sandeen@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---

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