From: Eric Sandeen <sandeen@redhat.com> Date: Tue, 4 Mar 2008 22:28:53 +0000 (-0800) Subject: include falloc.h in header-y X-Git-Tag: v2.6.25-rc4~56 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=040922c04cf2c8ac70be2e88a8a9614ecdb41d2e;p=users%2Fjedix%2Flinux-maple.git include falloc.h in header-y Include falloc.h in header-y; it defines a flag for the fallocate sysctl. 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 aada32fffec2..994df3780007 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -61,6 +61,7 @@ header-y += efs_fs_sb.h header-y += elf-fdpic.h header-y += elf-em.h header-y += fadvise.h +header-y += falloc.h header-y += fd.h header-y += fdreg.h header-y += fib_rules.h