Message ID | 20220208172514.3481-1-bvanassche@acm.org |
---|---|
Headers | show
Return-Path: <linux-scsi-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CEEAC433EF for <linux-scsi@archiver.kernel.org>; Tue, 8 Feb 2022 17:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384221AbiBHRZg (ORCPT <rfc822;linux-scsi@archiver.kernel.org>); Tue, 8 Feb 2022 12:25:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234231AbiBHRZe (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Tue, 8 Feb 2022 12:25:34 -0500 Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 296E5C061576 for <linux-scsi@vger.kernel.org>; Tue, 8 Feb 2022 09:25:33 -0800 (PST) Received: by mail-pf1-f176.google.com with SMTP id z35so2978744pfw.2 for <linux-scsi@vger.kernel.org>; Tue, 08 Feb 2022 09:25:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CWUwxesk3AN4CnSP7ID4KCmT7ZT9Zt7T76TSYFCoTMU=; b=24MBOrOTo+nodVscsRYUNQNcpbj4TveemX1TYzHQE7saaweTPFeNQWPqHX6g5s2m0P DTdvu3WegPqMJDm8lJzlPuy9Tcr80Ij371aisv9a605jh8kq5LfDjeZ3fByyN/uccDcq fmjPu6UFmXtTFRMq0vR8VeYkPBdeifuhhhfdJF/mZS9CH80qfOwQ13Jh6UgHHz6s3GSx DCc2KgVqQsTQvSBwCruvHcZN8BcrvQH/RNEV15LkBRPJ2Kjysz7ty/jfeM7W5ImQx4l+ I9X5j/KLJ+5Nzn9GJTyQUG8Gh4h67ihVXt41GMS5qikyP1NRUp1MW/ZI4Rm214o1xsl3 KX9g== X-Gm-Message-State: AOAM531X0/cgs6+sYQxbiM3jnO7BiE/4NHaj2NjVTBcScmWLEqtykT9z YhaCIjCZMwqa+RLbEV5Jy1k= X-Google-Smtp-Source: ABdhPJx2SAVoTOEdMuTh5IKokyUcGVqxpHteZk+8PstJ1vqeszOnsN4b4a0t8qJwpfve6sTRzQoGjQ== X-Received: by 2002:a63:6a89:: with SMTP id f131mr4370791pgc.108.1644341132319; Tue, 08 Feb 2022 09:25:32 -0800 (PST) Received: from asus.hsd1.ca.comcast.net ([2601:647:4000:d7:feaa:14ff:fe9d:6dbd]) by smtp.gmail.com with ESMTPSA id q1sm335116pfs.112.2022.02.08.09.25.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 09:25:31 -0800 (PST) From: Bart Van Assche <bvanassche@acm.org> To: "Martin K . Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org, Bart Van Assche <bvanassche@acm.org> Subject: [PATCH v2 00/44] Remove the SCSI pointer from struct scsi_cmnd Date: Tue, 8 Feb 2022 09:24:30 -0800 Message-Id: <20220208172514.3481-1-bvanassche@acm.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org |
Series |
Remove the SCSI pointer from struct scsi_cmnd
|
expand
|