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=-8.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 36055C4338F for ; Mon, 9 Aug 2021 21:26:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1945660EBC for ; Mon, 9 Aug 2021 21:26:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235256AbhHIV0U (ORCPT ); Mon, 9 Aug 2021 17:26:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:50430 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230366AbhHIV0T (ORCPT ); Mon, 9 Aug 2021 17:26:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 893AB60EB9; Mon, 9 Aug 2021 21:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628544358; bh=OVk9UHdUYnGUAQ/9b5LQEesj/Z+2icrT45MDhBuum7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k3zkEbpe3SR2ifocQzBNaNV4JTESvreRYDOITb5EhKP8EF1VxpwWoy+RBCTjiYmKG v1qC5xH3ZnW5mGznhtox5enskOXyHSnXgsen3YDz0BndDX9twm/bgcx4pfzEYCaSTN 4XTcBM/zRN4/bJViHUON4w3GNQslKscKPWCGx7Q3xYbB4TUm3Wqi2t6+RAMDLGRuAN gRWcEfpioDK297C83BT0zf/omKPI/Lqh9aO/PfhsA5pH+7K1y0OV5zWmYsuYhYuCTk gmaJUaIsg0ijm4gpMEBQFUZBGw5V4pZFH6p1K+X46nz64ONI6umzfOUp2j44Pu+/X7 AbZ/qMVdtS+AQ== Received: by pali.im (Postfix) id 41BACC7C; Mon, 9 Aug 2021 23:25:56 +0200 (CEST) Date: Mon, 9 Aug 2021 23:25:56 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Kari Argillander Cc: linux-fsdevel@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, linux-cifs@vger.kernel.org, jfs-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org, Alexander Viro , Jan Kara , OGAWA Hirofumi , "Theodore Y . Ts'o" , Luis de Bethencourt , Salah Triki , Andrew Morton , Dave Kleikamp , Anton Altaparmakov , Pavel Machek , Marek =?utf-8?B?QmVow7pu?= , Christoph Hellwig Subject: Re: [RFC PATCH 02/20] hfsplus: Add iocharset= mount option as alias for nls= Message-ID: <20210809212556.3ygj6atbc5ma642m@pali> References: <20210808162453.1653-1-pali@kernel.org> <20210808162453.1653-3-pali@kernel.org> <20210809204921.3ovrnbtzywsui4pt@kari-VirtualBox> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210809204921.3ovrnbtzywsui4pt@kari-VirtualBox> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 09 August 2021 23:49:21 Kari Argillander wrote: > On Sun, Aug 08, 2021 at 06:24:35PM +0200, Pali Rohár wrote: > > Other fs drivers are using iocharset= mount option for specifying charset. > > So add it also for hfsplus and mark old nls= mount option as deprecated. > > It would be good to also update Documentation/filesystems/hfsplus.rst. Good point! I'm making a note.