From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756093AbYBVR2T (ORCPT ); Fri, 22 Feb 2008 12:28:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753198AbYBVR2G (ORCPT ); Fri, 22 Feb 2008 12:28:06 -0500 Received: from mx1.redhat.com ([66.187.233.31]:39942 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446AbYBVR2F (ORCPT ); Fri, 22 Feb 2008 12:28:05 -0500 Message-ID: <47BF0603.9040201@redhat.com> Date: Fri, 22 Feb 2008 11:27:31 -0600 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Linux Kernel Mailing List CC: Andrew Morton Subject: [PATCH] include falloc.h in header-y 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 falloc.h in header-y; it defines a flag for the fallocate sysctl. Signed-off-by: Eric Sandeen --- --- linux.orig/include/linux/Kbuild +++ linux/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