From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262063AbVDLFrq (ORCPT ); Tue, 12 Apr 2005 01:47:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262062AbVDLFq6 (ORCPT ); Tue, 12 Apr 2005 01:46:58 -0400 Received: from mail.kroah.org ([69.55.234.183]:7633 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262058AbVDLFhI (ORCPT ); Tue, 12 Apr 2005 01:37:08 -0400 Date: Mon, 11 Apr 2005 22:36:51 -0700 From: Greg KH To: Alex Aizman Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [ANNOUNCE 2/6] Linux-iSCSI High-Performance Initiator Message-ID: <20050412053650.GF32372@kroah.com> References: <425B3F58.2040000@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <425B3F58.2040000@yahoo.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 11, 2005 at 08:24:08PM -0700, Alex Aizman wrote: > Common header files: > - iscsi_ifev.h (user/kernel events). These structures cross the user/kernel boundry? If so, they _must_ use the __u32 and friends types, not the horrible uint32_t mess... thanks, greg k-h