From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727385AbgKCKCn (ORCPT ); Tue, 3 Nov 2020 05:02:43 -0500 From: Christoph Hellwig Subject: block ioctl cleanups v2 Date: Tue, 3 Nov 2020 11:00:08 +0100 Message-Id: <20201103100018.683694-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-ID: To: Jens Axboe Cc: Ilya Dryomov , Song Liu , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Stefan Haberland , Jan Hoeppner , linux-block@vger.kernel.org, ceph-devel@vger.kernel.org, linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, linux-mtd@lists.infradead.org, linux-s390@vger.kernel.org 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