From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD292C43387 for ; Thu, 20 Dec 2018 07:12:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B7D6D21773 for ; Thu, 20 Dec 2018 07:12:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730095AbeLTHM4 (ORCPT ); Thu, 20 Dec 2018 02:12:56 -0500 Received: from verein.lst.de ([213.95.11.211]:51301 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728705AbeLTHM4 (ORCPT ); Thu, 20 Dec 2018 02:12:56 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id E0D2768AA6; Thu, 20 Dec 2018 08:12:54 +0100 (CET) Date: Thu, 20 Dec 2018 08:12:54 +0100 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , linux-block@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH] bsg: deprecate BIDI support in bsg Message-ID: <20181220071254.GB9895@lst.de> References: <20181219143934.3910-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Wed, Dec 19, 2018 at 04:23:14PM -0700, Jens Axboe wrote: > On 12/19/18 7:39 AM, Christoph Hellwig wrote: > > Besides the OSD command set that never got traction, the only SCSI > > command using bidirectional buffers is XDWRITEREAD in the 10 and 32 > > byte variants, which is extremely esoteric. It probably doesn't make > > sense to keep the support code around just for that, so start > > deprecating the support. > > Acked-by: Jens Axboe You are the bsg maintainer, so I expected you to pick it up :)