From patchwork Sun Dec 16 02:20:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dmitry V. Levin" X-Patchwork-Id: 10732339 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 33AF8924 for ; Sun, 16 Dec 2018 02:20:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19F722A12E for ; Sun, 16 Dec 2018 02:20:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0DDFD2A131; Sun, 16 Dec 2018 02:20:55 +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 45B302A12E for ; Sun, 16 Dec 2018 02:20:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728593AbeLPCUm (ORCPT ); Sat, 15 Dec 2018 21:20:42 -0500 Received: from vmicros1.altlinux.org ([194.107.17.57]:52588 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727395AbeLPCUm (ORCPT ); Sat, 15 Dec 2018 21:20:42 -0500 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 696D172CC59; Sun, 16 Dec 2018 05:20:40 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 59D0C96500D; Sun, 16 Dec 2018 05:20:40 +0300 (MSK) Date: Sun, 16 Dec 2018 05:20:40 +0300 From: "Dmitry V. Levin" To: Alexander Viro Cc: Jens Axboe , Damien Le Moal , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] uapi: linux/fs.h: update comment about reserved ioctl numbers Message-ID: <20181216022040.GA14873@altlinux.org> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As commit 72cd87576d1d8 ("block: Introduce BLKGETZONESZ ioctl") and commit 65e4e3eee83d7 ("block: Introduce BLKGETNRZONES ioctl") added two more ioctls of type 0x12, update the comment about ioctl numbers reserved for zoned block devices. Signed-off-by: Dmitry V. Levin --- include/uapi/linux/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index a441ea1bfe6d..2af9da218c33 100644 --- a/include/uapi/linux/fs.h +++ b/include/uapi/linux/fs.h @@ -228,7 +228,7 @@ struct fsxattr { #define BLKROTATIONAL _IO(0x12,126) #define BLKZEROOUT _IO(0x12,127) /* - * A jump here: 130-131 are reserved for zoned block devices + * A jump here: 130-133 are reserved for zoned block devices * (see uapi/linux/blkzoned.h) */