From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2854B3E460; Wed, 10 Jan 2024 07:57:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ZLrVSeLC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F26BCC433C7; Wed, 10 Jan 2024 07:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704873450; bh=o8bVrq46Gw19VxIK/nS2ne4F5DHCPbUXM28VIPoI9ro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZLrVSeLCGoiCQtx2Tc+jSiQpYzEdB6yK3wVyesZlJGzmHCgNnSbkqFZxlUl65Blts HICYK1vv+dAFGSSbDM3WUFflLnzF5x5QDWDmPinepBzAB0w+C1Q4UJfsaY8uZMVj/Y NZ69F/AZSeR0/ZLoYwkgzp14i0WjAW3/cxaSGr08= Date: Wed, 10 Jan 2024 08:57:27 +0100 From: Greg Kroah-Hartman To: Wedson Almeida Filho Cc: Matthew Wilcox , Al Viro , Kent Overstreet , Christian Brauner , Kent Overstreet , linux-fsdevel@vger.kernel.org, rust-for-linux@vger.kernel.org, Wedson Almeida Filho Subject: Re: [RFC PATCH 00/19] Rust abstractions for VFS Message-ID: <2024011050-sharpness-dill-672f@gregkh> References: <20231018122518.128049-1-wedsonaf@gmail.com> <20240103204131.GL1674809@ZenIV> <2024010935-tycoon-baggage-a85b@gregkh> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Jan 10, 2024 at 04:49:02AM -0300, Wedson Almeida Filho wrote: > > Note, I agree, change them to work our a "real" filesystem would need > > them and then, automatically, all of the "fake" filesystems like > > currently underway (i.e. tarfs) will work just fine too, right? That > > way we can drop the .c code for binderfs at the same time, also a nice > > win. > > Are you volunteering to rewrite binderfs once rust bindings are available? :) Sure, would be glad to do so, after the binder conversion to rust is merged :) thanks, greg k-h