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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5245C4332F for ; Mon, 30 Oct 2023 14:29:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233416AbjJ3O3e (ORCPT ); Mon, 30 Oct 2023 10:29:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231845AbjJ3O3c (ORCPT ); Mon, 30 Oct 2023 10:29:32 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C40FAC2 for ; Mon, 30 Oct 2023 07:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1698676126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xIZMjEJ0unwch+/xbrgX1dR7Es/DPi6eBHIG0w2M6uI=; b=RHoSIvk0WCpFlWJQ9I01gxooEvSJPd3QykQ4x5FDbN2b4JgTvxxmnEpRZDmCkisZx4R9F9 awbt3FU2VEMVW9qViyXzkUG6ZIZZpHYdPk3aAuA6+fvPeoEhcnE1v5+H3y2eN/FMTXNUkd fiibtLV5UC48od6ggJyxXqTdudXiG70= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-36-R6A-FZZFOEuUyUffcUXunQ-1; Mon, 30 Oct 2023 10:28:37 -0400 X-MC-Unique: R6A-FZZFOEuUyUffcUXunQ-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E1323830967; Mon, 30 Oct 2023 14:28:35 +0000 (UTC) Received: from redhat.com (unknown [10.22.17.207]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8F0E6492BE0; Mon, 30 Oct 2023 14:28:35 +0000 (UTC) Date: Mon, 30 Oct 2023 09:28:34 -0500 From: Bill O'Donnell To: Ian Kent Cc: Christian Brauner , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL for v6.7] autofs updates Message-ID: References: <20231027-vfs-autofs-018bbf11ed67@brauner> <43ea4439-8cb9-8b0d-5e04-3bd5e85530f4@themaw.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43ea4439-8cb9-8b0d-5e04-3bd5e85530f4@themaw.net> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 29, 2023 at 03:54:52PM +0800, Ian Kent wrote: > On 27/10/23 22:33, Christian Brauner wrote: > > Hey Linus, > > > > /* Summary */ > > This ports autofs to the new mount api. The patchset has existed for > > quite a while but never made it upstream. Ian picked it back up. > > > > This also fixes a bug where fs_param_is_fd() was passed a garbage > > param->dirfd but it expected it to be set to the fd that was used to set > > param->file otherwise result->uint_32 contains nonsense. So make sure > > it's set. > > > > One less filesystem using the old mount api. We're getting there, albeit > > rather slow. The last remaining major filesystem that hasn't converted > > is btrfs. Patches exist - I even wrote them - but so far they haven't > > made it upstream. > > Yes, looks like about 39 still to be converted. > > > Just for information, excluding btrfs, what would you like to see as the > > priority for conversion (in case me or any of my colleagues get a chance > > to spend a bit more time on it)? I'm just starting to have a look at zonefs as a candidate. -Bill