From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="EXT1iUVF" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 433C7E7 for ; Wed, 22 Nov 2023 22:41:38 -0800 (PST) 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=EXT1iUVFklCaCk1Uik6tLn1zCe slb8NJiVmF34FXZaWer0VCMyl9nob05IlToe9T+KR7jZY7IQk/zT/bceOeFfG4Hx9OQib/ji+5bzY hqAVpXOD496YuGDgpvnpUpMjBA09vlyC7Z75rrS6VxQBFBX6cfW6o0lc+h2DaU33Ym+15/UQ0Ujiz XfI7nHt/CwXxIfeyUE6Bt0riFFbouAgf+gdF6eMw+MXPSzsvRrdUqQ++nXvwP6Oq0z3HbX0ApOpyl h3r6TWs5qC/4VqpOSX2CVY2ZUZ/bb17v4LQZyBZDuLbgdynU12IiyEOL2eOukAKGSuIp6qksEUz5H WWoL8WUw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r63P8-003w07-0V; Thu, 23 Nov 2023 06:41:38 +0000 Date: Wed, 22 Nov 2023 22:41:38 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: cem@kernel.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH 6/9] xfs_mdrestore: fix uninitialized variables in mdrestore main Message-ID: References: <170069440815.1865809.15572181471511196657.stgit@frogsfrogsfrogs> <170069444236.1865809.11643710907133041679.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: <170069444236.1865809.11643710907133041679.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