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 X-Spam-Level: X-Spam-Status: No, score=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0655FC2D0A8 for ; Wed, 30 Sep 2020 04:36:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C88F72075A for ; Wed, 30 Sep 2020 04:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601440614; bh=6kOXL6wf097wJpgMula9ZW8eLRDplk3s42UrDtgXHwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=aSPh4uXg5AsbGqBMQHyqUKJjF7mMVRLyHs4y0KuvsVrELGfrMiYx0nZmfeWIww9BZ gQbOB0g/zMVHkxP5hbMqqEA29sU+2oqHs3jPSp0AxZdJG/X1Z6a5yut9cTfKlmB//F fqBLPlLsjRwkohxsKJNbMC+Hpwie3T/ZgqpQizsw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725786AbgI3Egy (ORCPT ); Wed, 30 Sep 2020 00:36:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:54180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725320AbgI3Egy (ORCPT ); Wed, 30 Sep 2020 00:36:54 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ED2592075A; Wed, 30 Sep 2020 04:36:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601440613; bh=6kOXL6wf097wJpgMula9ZW8eLRDplk3s42UrDtgXHwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I7rchzDr7boJCY+gmpFzTCFp3YMjTjJj/xG7EWMMFbaxAFToatYJPubrxp86okZmG 9PBZncAxSl4CNiUJfpabxJ2OmQBSwXvMPnqCkuuCa7HfqCbkShMFa3ao2NaWT6GcT+ w2OxYSHCm+tWMFYt84Lr7ByOr7xvvSPWziJhhC7E= Date: Wed, 30 Sep 2020 07:36:49 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: linux-rdma@vger.kernel.org Subject: Re: [PATCH] RDMA/core: Remove ucontext->closing Message-ID: <20200930043649.GI3094@unreal> References: <0-v1-df64ff042436+42-uctx_closing_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v1-df64ff042436+42-uctx_closing_jgg@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, Sep 29, 2020 at 01:09:07PM -0300, Jason Gunthorpe wrote: > Nothing reads this any more, and the reason for its existance has passed > due to the deferred fput() scheme. > > Fixes: 8ea1f989aa07 ("drivers/IB,usnic: reduce scope of mmap_sem") > Signed-off-by: Jason Gunthorpe > --- > drivers/infiniband/core/rdma_core.c | 1 - > include/rdma/ib_verbs.h | 6 ------ > 2 files changed, 7 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky