Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp317793ybr; Fri, 22 May 2020 07:24:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyV3xg4ysvTwjEq0SLL9MzlBFtXXCai4P7EBgpB87Dw9QrH92KqpC+LwKmJ7oF61QIsZMEx X-Received: by 2002:a17:906:951:: with SMTP id j17mr8200442ejd.352.1590157441064; Fri, 22 May 2020 07:24:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590157441; cv=none; d=google.com; s=arc-20160816; b=v8eilPlvFKsEKEQPRX6lB+31D75o6XLElTAKwDHGakahCABoaRp0Dmg0bnSz6N98yv ++XFQM27E62IvTmzbSMHCjdXWE5DB9DactL3PcuJl6yS9ZkzA+iHmjD12fUhOFUeL16R EIgwQT7YuDFYaxXGwcVmLQ5es8gMx5XhNbAUB8llKQA77YBmcS72i+TPPa5jsQVwn+O3 4YIjOABm5EVOJZFIKB9TmXZypH/3pQ2hcrQk1tA6doeQAYq9qXXdS6HX728D6XF40Nu2 pRwQh33mavVeDSNGsIlv3Z3x639LvNHHURZlELVIwRkcBtSL8WvwJnsQhRFNYyl2yNPX mlKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:mail-followup-to :message-id:subject:cc:to:from:date; bh=C8xWFkqWPgt4aNnpzjaf8Wc9WHOoGp+T0nqttLbajPg=; b=Pxduvi/Tkrs0GfQHqfW6jLJynmW14dxeuEa5NdUWp6Cj9STQZ5dN5kDoMHcqHFVBWX rAfi7JiZncntsKCEYlpEu+QOSuLPtSAMbkSrwfVzoSwC8HuhZ21DHgQYw7gqX6E28u7L sqVfQ/yoIekWLocYNFJg5dUQTE2xMm4566fZk2Pitrc63kl16cpNlHXIxZHbc2JDGJA6 jZ5EtU6WS+Hjq+xgSlSF2DeImFPRTh/GC2WT762p9NRxUyRjYjxuEbsUDC3y0WmONLHO 9Hl1r6RTRsc/v8qp8Zs061XScVcdP3OF83boim30B7jAFRcXlUdqfnl/tUNUZdEVMo0L 0IGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y8si5081336ejf.120.2020.05.22.07.23.37; Fri, 22 May 2020 07:24:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729961AbgEVOVy (ORCPT + 99 others); Fri, 22 May 2020 10:21:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:59898 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729399AbgEVOVx (ORCPT ); Fri, 22 May 2020 10:21:53 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E4BB0B142; Fri, 22 May 2020 14:21:54 +0000 (UTC) Date: Fri, 22 May 2020 07:16:21 -0700 From: Davidlohr Bueso To: Michel Lespinasse Cc: Andrew Morton , linux-mm , LKML , Peter Zijlstra , Laurent Dufour , Vlastimil Babka , Matthew Wilcox , Liam Howlett , Jerome Glisse , David Rientjes , Hugh Dickins , Ying Han , Jason Gunthorpe , Daniel Jordan , John Hubbard Subject: Re: [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock Message-ID: <20200522141621.ilbcrblav7ztwlss@linux-p48b> Mail-Followup-To: Michel Lespinasse , Andrew Morton , linux-mm , LKML , Peter Zijlstra , Laurent Dufour , Vlastimil Babka , Matthew Wilcox , Liam Howlett , Jerome Glisse , David Rientjes , Hugh Dickins , Ying Han , Jason Gunthorpe , Daniel Jordan , John Hubbard References: <20200520052908.204642-1-walken@google.com> <20200520052908.204642-11-walken@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200520052908.204642-11-walken@google.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 May 2020, Michel Lespinasse wrote: >Rename the mmap_sem field to mmap_lock. Any new uses of this lock >should now go through the new mmap locking api. The mmap_lock is >still implemented as a rwsem, though this could change in the future. > >Signed-off-by: Michel Lespinasse >Reviewed-by: Vlastimil Babka Reviewed-by: Davidlohr Bueso