From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] scsi: consistent use of __u8 in scsi/scsi.h Date: Sun, 16 Aug 2009 16:42:18 +0300 Message-ID: <20090816134218.GA5224@redhat.com> References: <20090729111114.GA15239@redhat.com> <1248875763.3900.1.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.redhat.com ([66.187.237.31]:58151 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750805AbZHPNnf (ORCPT ); Sun, 16 Aug 2009 09:43:35 -0400 Content-Disposition: inline In-Reply-To: <1248875763.3900.1.camel@mulgrave.site> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Jul 29, 2009 at 08:56:03AM -0500, James Bottomley wrote: > On Wed, 2009-07-29 at 14:11 +0300, Michael S. Tsirkin wrote: > > scsi/scsi.h is exported to userspace, so it should > > use __u8 instead of u8 as other userspace-visible headers do. > > Actually, can we just put a hold on this until we decide what we're > doing with exporting include/scsi. Any update?