From owner-svn-src-projects@freebsd.org Fri Dec 25 02:15:28 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A861A51C98 for ; Fri, 25 Dec 2015 02:15:28 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4E611AF; Fri, 25 Dec 2015 02:15:27 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBP2FRSN097391; Fri, 25 Dec 2015 02:15:27 GMT (envelope-from np@FreeBSD.org) Received: (from np@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP2FRkZ097390; Fri, 25 Dec 2015 02:15:27 GMT (envelope-from np@FreeBSD.org) Message-Id: <201512250215.tBP2FRkZ097390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: np set sender to np@FreeBSD.org using -f From: Navdeep Parhar Date: Fri, 25 Dec 2015 02:15:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r292714 - projects/cxl_iscsi/sys/dev/iscsi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 02:15:28 -0000 Author: np Date: Fri Dec 25 02:15:26 2015 New Revision: 292714 URL: https://svnweb.freebsd.org/changeset/base/292714 Log: Remove unused experimental items from icl.h to eliminate differences with head. Modified: projects/cxl_iscsi/sys/dev/iscsi/icl.h Modified: projects/cxl_iscsi/sys/dev/iscsi/icl.h ============================================================================== --- projects/cxl_iscsi/sys/dev/iscsi/icl.h Fri Dec 25 01:27:35 2015 (r292713) +++ projects/cxl_iscsi/sys/dev/iscsi/icl.h Fri Dec 25 02:15:26 2015 (r292714) @@ -80,7 +80,6 @@ struct icl_pdu { uint32_t ip_prv0; uint32_t ip_prv1; uint32_t ip_prv2; - uint32_t ip_ofld_prv0;/* indicate iscsi-inititor that data is DDP'ed */ }; #define ICL_CONN_STATE_INVALID 0 @@ -123,7 +122,6 @@ struct icl_conn { * User (initiator or provider) private fields. */ void *ic_prv0; - void *ic_ofld_prv0; }; struct icl_conn *icl_new_conn(const char *offload, const char *name,