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 4FB3CC61DA4 for ; Wed, 15 Mar 2023 16:24:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231290AbjCOQY2 (ORCPT ); Wed, 15 Mar 2023 12:24:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230421AbjCOQY1 (ORCPT ); Wed, 15 Mar 2023 12:24:27 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C84231DB94; Wed, 15 Mar 2023 09:24:26 -0700 (PDT) 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=Q8bUy/7/A4tEFTmIKVtgE6G8ry dDERRfcJ0cEYUag7VAjE/RIWIq++JUph2HnrJ1Er3oBkkG/4LU8oPk6Bc2vzrjdbyTrxKms/bMgAs E9TeVOfygcMRceck5KNpz25zqRTUAo+n8EeHVcYHltESAlu8QzVZgZcTDBQjjbwT9YDkUPQCJBTkY uHrimT5Mee3+ssOio2/T+AmIKfWHQAMc7QfuADtxmHO6QfRAP08QqwCCqP+orJckTSR021go8P6vJ hu+tavj514LS5fVeYlfxp8g5qs0t420H1ZkMokDQmLg9x5I/xYHkSOBGc/VYedkSdH6YS6s3Owmoh JB9HV29A==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pcTvO-00E3BQ-2F; Wed, 15 Mar 2023 16:24:26 +0000 Date: Wed, 15 Mar 2023 09:24:26 -0700 From: Christoph Hellwig To: Eric Biggers Cc: linux-block@vger.kernel.org, Jens Axboe , linux-fscrypt@vger.kernel.org, Nathan Huckleberry Subject: Re: [PATCH v2 4/4] blk-crypto: drop the NULL check from blk_crypto_put_keyslot() Message-ID: References: <20230308193645.114069-1-ebiggers@kernel.org> <20230308193645.114069-5-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308193645.114069-5-ebiggers@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig