From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762685AbZBYWLg (ORCPT ); Wed, 25 Feb 2009 17:11:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759641AbZBYWLK (ORCPT ); Wed, 25 Feb 2009 17:11:10 -0500 Received: from terminus.zytor.com ([198.137.202.10]:44813 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753219AbZBYWLG (ORCPT ); Wed, 25 Feb 2009 17:11:06 -0500 Message-ID: <49A5C118.3070605@zytor.com> Date: Wed, 25 Feb 2009 14:07:20 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Arnd Bergmann CC: Sam Ravnborg , Kyle McMartin , Ingo Molnar , Jaswinder Singh Rajput , mingo@redhat.com, dwmw2@infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH] Make exported headers use strict posix types References: <20090225032553.GD6690@bombadil.infradead.org> <200902251917.49017.arnd@arndb.de> <20090225201131.GA26110@uranus.ravnborg.org> <200902252258.30489.arnd@arndb.de> In-Reply-To: <200902252258.30489.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > > Actually, this change does belong in here: This is the only user of u_short > in exported headers, and nothing uses u_char, u_int or u_long, so it gets > rid of a whole class of types. The only questionable types left after this > are the standard stdint.h types, many of which are probably legitimate: > Not legitimate in *exported* headers. -hpa