Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbYKMSSd (ORCPT ); Thu, 13 Nov 2008 13:18:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751855AbYKMSSX (ORCPT ); Thu, 13 Nov 2008 13:18:23 -0500 Received: from rcsinet13.oracle.com ([148.87.113.125]:45494 "EHLO rgminet13.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817AbYKMSSW (ORCPT ); Thu, 13 Nov 2008 13:18:22 -0500 Date: Thu, 13 Nov 2008 10:16:54 -0800 From: Randy Dunlap To: Boaz Harrosh Cc: James Bottomley , Andrew Morton , =?ISO-8859-1?Q?J=F6rn?= Engel , open-osd development , Mike Christie , FUJITA Tomonori , Jeff Garzik , linux-scsi , Sami.Iren@seagate.com, linux-kernel Subject: Re: [PATCH 03/18 ver4] libosd: OSDv1 Headers Message-Id: <20081113101654.f2f25b1b.randy.dunlap@oracle.com> In-Reply-To: <491C1CBF.6080504@panasas.com> References: <491073BB.4000900@panasas.com> <1225817046-5946-1-git-send-email-bharrosh@panasas.com> <4916F934.4090205@panasas.com> <20081110092940.57b4c169.randy.dunlap@oracle.com> <491AD697.9030305@panasas.com> <20081112105945.f4ec0089.randy.dunlap@oracle.com> <491C1CBF.6080504@panasas.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: acsmt704.oracle.com [141.146.40.82] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A09020A.491C6F1C.0175:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1335 Lines: 39 On Thu, 13 Nov 2008 14:25:35 +0200 Boaz Harrosh wrote: > Headers only patch. > > osd_protocol.h > Contains a C-fied definition of the T10 OSD standard > osd_types.h > Contains CPU order common used types > osd_initiator.h > API definition of the osd_initiator library > osd_sec.h > Contains High level API for the security manager. > > [Note that checkpatch spews errors on things that are valid in this context > and will not be fixed] > > Signed-off-by: Boaz Harrosh > Reviewed-by: Benny Halevy OK by me. Thanks for the changes. > --- > include/scsi/osd_initiator.h | 332 ++++++++++++++++++++++++++++ > include/scsi/osd_protocol.h | 497 ++++++++++++++++++++++++++++++++++++++++++ > include/scsi/osd_sec.h | 45 ++++ > include/scsi/osd_types.h | 40 ++++ > 4 files changed, 914 insertions(+), 0 deletions(-) > create mode 100644 include/scsi/osd_initiator.h > create mode 100644 include/scsi/osd_protocol.h > create mode 100644 include/scsi/osd_sec.h > create mode 100644 include/scsi/osd_types.h --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/