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 7D14727FB1E for ; Thu, 19 Feb 2026 13:32:03 +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=1771507928; cv=none; b=rLBuXXp1vCKynY+GNDRh3wyq9UVcZTkjGEkE/iP9tfxpBFiAlDp/iY0zzJVvYDqLc2+90anG+QnfoQdFC3T206QonskiNrQryPJEQOnVB+zrw/5hWTDdeK3pazb7MHh8/loCUn84SO1Oh+tuHs33IdEWkj+1SqhhMLiQ8lU0TNU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771507928; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iYDPye+pJYUdcsm3Grj9KlGOx5IfrP5EGIzfJPAzzJnfKXzqXVLo9Ye3i2KZfWucu9iiElTg04/XdKHKq6hLj1o6ilCHuLn29NNRtFyl9cglFV1bPySr/Xlij9gvGoScCTOkrFYHJ67nUYrX3MowZ5JNCTeF1eNBNvLKaBPCkm0= 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=1nAkXpi6; 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="1nAkXpi6" 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=1nAkXpi6+L1NYjiOoHdTM+uoBG reUDHSmTedfKtJz6dqmKlIbRvGuh45aJpw3AWQ11AA6y3AguX/ATAhCwyO26zhsn9AlHepKkrlkxq WdzZYNdMsh1rYGuJND6SdTzMtno1zwf2QO7z9HQ3mzkYYoItgR8VquUeZ6lAvfAD2ATYt0BODQoHN RrTjgOM+QCgLlTxhOlIGq4haJ32MUFX4b8TWfi90zpXPGmdkVWqYwnGpgPJDWWEodiIqw6RAt+YOz 9mPlgibEKRaOo5VKBCa2LEGqdEFQFLA5bgUcTw5j7kDCSwwRws+PgaLkhhSLx+ssohYzSIuhV7CZ3 MAFyLmMg==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vt48R-0000000BPB8-01r5; Thu, 19 Feb 2026 13:32:03 +0000 Date: Thu, 19 Feb 2026 05:32:02 -0800 From: Christoph Hellwig To: Lukas Herbolt Cc: hch@infradead.org, aalbersh@redhat.com, cem@kernel.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH 1/1] mkfs.xfs fix sunit size on 512e and 4kN disks. Message-ID: References: <20260219114405.31521-3-lukas@herbolt.com> <20260219114405.31521-6-lukas@herbolt.com> 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: <20260219114405.31521-6-lukas@herbolt.com> 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