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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 5AB13FA372A for ; Wed, 16 Oct 2019 16:22:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 262AE21928 for ; Wed, 16 Oct 2019 16:22:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571242939; bh=KFBtm5iJWUA4wxim3LDUKOG7zCrPJp5DCTkanoJ0k9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=SnydsCUq8o/Z0zDEiICUTErAdf6sSZdFDpePrDu6Ad8DELlEO2ezfks0Qvk5+xvZS kfhPMBkeI/V6Mh3S5RUIzPlu3+muMG9BDZq67qrn35pchSMm7a8FesmO9NXnbZj339 UmpL4sJ5ZJ0+JI9JGnBBdHarlD7nnMVye5LCJjqo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406131AbfJPQWS (ORCPT ); Wed, 16 Oct 2019 12:22:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:34262 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406119AbfJPQWR (ORCPT ); Wed, 16 Oct 2019 12:22:17 -0400 Received: from localhost (li1825-44.members.linode.com [172.104.248.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E743F20663; Wed, 16 Oct 2019 16:22:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571242937; bh=KFBtm5iJWUA4wxim3LDUKOG7zCrPJp5DCTkanoJ0k9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eTXTM/L9NWb8/NdyzwZZPi0OEedrfLvfGiv0fACfuKwbZZI7lDpaVO8UE8BbK96vs 09zQi+JyE2O4PWIP9Xt8ZJR56F2+mnPSL8IPlGuDauw+9nCXuRUThpKEoyv0BmhtOr UGU8xzoTLpeIhaEuWFW56kD55nVaVfjoT6H61iSo= Date: Wed, 16 Oct 2019 09:22:11 -0700 From: Greg Kroah-Hartman To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Sasha Levin , devel@driverdev.osuosl.org, Christoph Hellwig , Valdis =?utf-8?Q?Kl=C4=93tnieks?= , linux-kernel@vger.kernel.org, Sasha Levin , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] staging: exfat: add exfat filesystem code to staging Message-ID: <20191016162211.GA505532@kroah.com> References: <20190828160817.6250-1-gregkh@linuxfoundation.org> <20190829205631.uhz6jdboneej3j3c@pali> <184209.1567120696@turing-police> <20190829233506.GT5281@sasha-vm> <20190830075647.wvhrx4asnkrfkkwk@pali> <20191016140353.4hrncxa5wkx47oau@pali> <20191016143113.GS31224@sasha-vm> <20191016160349.pwghlg566hh2o7id@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191016160349.pwghlg566hh2o7id@pali> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 16, 2019 at 06:03:49PM +0200, Pali Rohár wrote: > > Can I assume you will be implementing TexFAT support once the spec is > > available? > > I cannot promise that I would implement something which I do not know > how is working... It depends on how complicated TexFAT is and also how > future exfat support in kernel would look like. > > But I'm interesting in implementing it. What devices need TexFAT? I thought it the old devices that used it are long obsolete and gone. How is this feature going to be tested/used? thanks, greg k-h