From patchwork Fri Dec 3 16:26:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 74163 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 5540AB708B for ; Sat, 4 Dec 2010 03:26:40 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751874Ab0LCQ0i (ORCPT ); Fri, 3 Dec 2010 11:26:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20347 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751549Ab0LCQ0h (ORCPT ); Fri, 3 Dec 2010 11:26:37 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oB3GQSjV023458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 3 Dec 2010 11:26:28 -0500 Received: from Liberator-563.local (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oB3GQQeB023982 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 3 Dec 2010 11:26:27 -0500 Message-ID: <4CF91A32.6080706@redhat.com> Date: Fri, 03 Dec 2010 10:26:26 -0600 From: Eric Sandeen User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: ext4 development , "linux-fsdevel@vger.kernel.org" CC: Cezary Sliwa Subject: [PATCH] ext2: include fs.h in ext2_fs.h X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org As reported by Cezary Sliwa in https://bugzilla.kernel.org/show_bug.cgi?id=24282 ext2_fs.h references FS_DIRSYNC_FL etc, but does not include to define them. This seems ok for kernelspace builds, but breaks userspace applications which include ext2_fs.h. Reported-by: Cezary Sliwa Signed-off-by: Eric Sandeen --- the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index 2dfa707..91f90e4 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h @@ -16,6 +16,7 @@ #ifndef _LINUX_EXT2_FS_H #define _LINUX_EXT2_FS_H +#include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in