From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751760AbZG3JfX (ORCPT ); Thu, 30 Jul 2009 05:35:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751420AbZG3JfW (ORCPT ); Thu, 30 Jul 2009 05:35:22 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46413 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750965AbZG3JfV (ORCPT ); Thu, 30 Jul 2009 05:35:21 -0400 Date: Thu, 30 Jul 2009 12:34:03 +0300 From: "Michael S. Tsirkin" To: Boaz Harrosh Cc: James Bottomley , Sam Ravnborg , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scsi: consistent use of __u8 in scsi/scsi.h Message-ID: <20090730093403.GA11381@redhat.com> References: <20090729111114.GA15239@redhat.com> <1248875763.3900.1.camel@mulgrave.site> <20090729162844.GA22561@merkur.ravnborg.org> <1248885456.3900.48.camel@mulgrave.site> <4A7166A3.70509@panasas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A7166A3.70509@panasas.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 30, 2009 at 12:23:47PM +0300, Boaz Harrosh wrote: > >> I did a quick diff of the glibc provided scsi.h and kernel scsi.h. > >> >From a quick look it seems that we have more in the kernel version > >> than the glibc version - and no obvious conflicts. > >> > > exactly it is original Kernel headers from the time they where sampled > last by glibc. glibc also added #include in some of them. Donnu why.