From patchwork Tue Feb 26 14:30:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Reinecke X-Patchwork-Id: 10830383 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DDA2E1399 for ; Tue, 26 Feb 2019 14:30:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CCEA72C61C for ; Tue, 26 Feb 2019 14:30:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C0BE92C5E4; Tue, 26 Feb 2019 14:30:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 717592C61C for ; Tue, 26 Feb 2019 14:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727196AbfBZOax (ORCPT ); Tue, 26 Feb 2019 09:30:53 -0500 Received: from mx2.suse.de ([195.135.220.15]:36550 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725977AbfBZOax (ORCPT ); Tue, 26 Feb 2019 09:30:53 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9767AB00B; Tue, 26 Feb 2019 14:30:52 +0000 (UTC) From: Hannes Reinecke To: "Martin K. Petersen" Cc: Christoph Hellwig , James Bottomley , linux-scsi@vger.kernel.org, Hannes Reinecke Subject: [PATCH 0/4] scsi: kill scsi command serial number Date: Tue, 26 Feb 2019 15:30:44 +0100 Message-Id: <20190226143048.68814-1-hare@suse.de> X-Mailer: git-send-email 2.16.4 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi all, there are just a few users left relying on the serial number, but as we now always have a unique requests tag we can replace the usage of the serial number with the request tag and kill the serial number completely. As usual, comments and reviews are welcome. Hannes Reinecke (4): dpt_i2o: remove serial number usage mvumi: use request tag instead of serial_number csiostor: drop serial_number usage scsi: kill command serial number drivers/scsi/csiostor/csio_scsi.c | 8 ++++---- drivers/scsi/dpt_i2o.c | 34 +++++----------------------------- drivers/scsi/mvumi.c | 5 ++--- drivers/scsi/scsi.c | 16 ---------------- drivers/scsi/scsi_lib.c | 1 - include/scsi/scsi_cmnd.h | 10 ---------- include/scsi/scsi_host.h | 8 -------- 7 files changed, 11 insertions(+), 71 deletions(-)