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 A54FF32B10A for ; Mon, 1 Jun 2026 07:07:35 +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=1780297659; cv=none; b=eR0aZ+I+AZvTUtDeNLediu5g9oic3avpSzMH54LkFdDC8b0JZ3yXSXKUKIppJAMUZufTyadQJShpI079qCk1efSxS4oIOe53TQJMCHs1tco1dw3UM8xqWP232vzQMuwjrM2denmLK1uBeKFMrZMhsKJOZ1naUnhIYhx7lrT/b0E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780297659; c=relaxed/simple; bh=r1LMJ6H/QKKsrCVHvIcsp/gtjo4h4xSmXEN8EOk3bYA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UAWhHgLspq9oGRJpzjBt3v4wIUa+BDmwzWy8hXPj37CiWxKb3EpiEmPCVQ4bQxvSgp0XWUgNTGIbQvC5w6WJsjNB0IaXTrAgs7mXyN/vmO3ib76UtK9i2J+mj/BhBciXKGB2VS9byuY52QLJ1Act4hsIqiiqcNXeLXgsk5/q2No= 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=fZ6tT21z; 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="fZ6tT21z" 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=r1LMJ6H/QKKsrCVHvIcsp/gtjo4h4xSmXEN8EOk3bYA=; b=fZ6tT21zjVZ0XMX52O5JLmSKWp wR3WD9Wo1dps9xLSIV6VmOISw0nM768HeAAgnyR6EMtHOdWqsblzo7FQj7B3UN7CW+ptLZ0kPB8bB MIxUluEEMhKo5tFzsu1sF9gMRyIbbxFIbQwA7CaUX1m2RWOhxqowh4693T7s652bmmX7XYGFnBBCv P4CSY5XU2FyYT/bkYIiKH7fiNFtAIdJTMEfs2sAeP4ypJqSBjy8oKU/nwswzaBpWdA2Xq1qlC8fI9 CftPgwpDxwhhnnCAqrrpZKX6I/HfxIt85eCZs7APrI0yRhfH5GyFNt9ZRs7eBOyxDTe8VPHhO9GtO HmVSTvzQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1wTwkI-0000000AHJM-1a04; Mon, 01 Jun 2026 07:07:34 +0000 Date: Mon, 1 Jun 2026 00:07:34 -0700 From: Christoph Hellwig To: Farhad Alemi Cc: Christoph Hellwig , Christian Brauner , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] freevxfs: don't BUG() on duplicate OLT entries Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@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: 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 Christian, can you queue this up through the VFS tree?