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=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 E811BC388F9 for ; Wed, 11 Nov 2020 07:59:02 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5A5C5206B5 for ; Wed, 11 Nov 2020 07:59:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gH6QB9f/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A5C5206B5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=aP4KRGiskbZxGbfBLtiiZE1mrvZgsY/yfhqsfORvZgE=; b=gH6QB9f/fuKmlGf8nxSwl0ZJW J3zCn0S+jefkXL6Rn9aShhd3QP4j4etBjq0ZZA3mgFe4i22/vudWxwLoaOYi4mvbJ7bvFoWqGX9YS WPeOpozJWbob/NhD4vGEGUbGBq/hzFsxGbMRUAZ1tEGZ7p++seNhM7TrOYQNcg7TW7g4ha+HBwb9E GjOBm0Ovo+PROkCPFn0jj0H043REfvLMvvO0fDUIFdO32TOhJBgntDd1Hu0/HSlW0LV6jYjgh1foo lq/tB4fnIm3V84rxkid7Kuihs510GHlE+D0h6xYo9F+tNxywUTwDFcpEK1iwqtW95UOJ6xTKBEilA ftv5kbTHg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcl18-0000IP-Mz; Wed, 11 Nov 2020 07:58:11 +0000 Received: from verein.lst.de ([213.95.11.211]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcl12-0000Hn-SK for linux-mtd@lists.infradead.org; Wed, 11 Nov 2020 07:58:05 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 7A73567373; Wed, 11 Nov 2020 08:58:02 +0100 (CET) Date: Wed, 11 Nov 2020 08:58:02 +0100 From: Christoph Hellwig To: Jens Axboe Subject: Re: block ioctl cleanups v2 Message-ID: <20201111075802.GB23010@lst.de> References: <20201103100018.683694-1-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201103100018.683694-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201111_025805_088637_59CECD10 X-CRM114-Status: GOOD ( 10.36 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-raid@vger.kernel.org, Jan Hoeppner , Vignesh Raghavendra , linux-s390@vger.kernel.org, Richard Weinberger , linux-block@vger.kernel.org, Song Liu , linux-bcache@vger.kernel.org, linux-mtd@lists.infradead.org, Stefan Haberland , Miquel Raynal , Ilya Dryomov , ceph-devel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org Jens, can you take a look and possibly pick this series up? On Tue, Nov 03, 2020 at 11:00:08AM +0100, Christoph Hellwig wrote: > Hi Jens, > > this series has a bunch of cleanups for the block layer ioctl code. > > Changes since v1: > - drop the patch to return the correct error for unknown ioctls in mtip > - add back an empty line in rbd > - various spelling fixes ---end quoted text--- ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/