From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 72C943CF68F for ; Tue, 3 Mar 2026 15:51:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772553106; cv=none; b=tXMWCq1x0kWD3B18kAlgHWeYxNAhfJq4wfJ3OT8J1v8rsB/m6Xoe0qEEr7zTW8OMUiGbq7GA5pPzNZ9wW90pxYEH7YeXuOiPbyqUWVsfq3RwGn/yKMcpcjbkTr4C5B4QDsG+ERZxs8J6tSFd5GblnAkCp9JbAaQHd2Wz60fiC6k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772553106; c=relaxed/simple; bh=Lu1e/gcNikUoT4/y1a8UINoKbO4p43zNgadblmqSP8A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GOCu64TR5tvNxuKfoPkoA71A4Rwz5OL4mvZHi66860RZAsjzL/gVKtnx9NI0rWkcL7NdzKQ5m7M4gb69iZuP2N0DPSATkx4I1HKSSSy2iKipV+yq4X1UXjmcFYenUKFx0QngDtWuwXZnxfUhpr/adgBEPyxSkBKlvyRx/zpEocE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=IY5gGmJm; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="IY5gGmJm" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Lu1e/gcNikUoT4/y1a8UINoKbO4p43zNgadblmqSP8A=; b=IY5gGmJmu5JS6qCV7Lr0IkQQ5u wRCwIfuH55u9XyAiIiP5WG6jzqE2MY9xS08dj5tu7fEJza3wMS1+HaVDxDx/6swsRjSGcVMT/9ZBD WKI+cKwgsUhNyzYDHAcIvjFjq6VpC/O3Tcc9/Ui4hYYNoVGP5i/7fXWyqHZ3f4zX3iTkJUQWhq7sI 8XFmS/oXeKakh3UF1EgNNPNBuSFHPMpHOHKC8TzJmStSXEnauxq/1DVcnW+WLHHjUwa8XmLr7cGuC nmB9v8ffkZwq9Mao85JjcdzaAwxKbLZBdEBflzE3JWnsaOKyo/ZjMNHZZtpzqibeyTFlUyZMLSs2A fRTpaiMA==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxS2D-0000000FTDg-0NT7; Tue, 03 Mar 2026 15:51:45 +0000 Date: Tue, 3 Mar 2026 07:51:45 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: aalbersh@kernel.org, hch@lst.de, linux-xfs@vger.kernel.org Subject: Re: [PATCH 17/26] xfs_healer: use getmntent to find moved filesystems Message-ID: References: <177249783165.482027.209169366483011357.stgit@frogsfrogsfrogs> <177249783601.482027.9121579371607325115.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@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: <177249783601.482027.9121579371607325115.stgit@frogsfrogsfrogs> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig but in a way just grabing a weak handle at mount time and never dropping it would seem more useful?