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 B2BCDC5479D for ; Wed, 11 Jan 2023 09:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238344AbjAKJrh (ORCPT ); Wed, 11 Jan 2023 04:47:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229823AbjAKJrT (ORCPT ); Wed, 11 Jan 2023 04:47:19 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 974CB19035 for ; Wed, 11 Jan 2023 01:44:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673430272; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wiP+ZFnGGkh1MiQTCARjLEk6aqI2ytHljt2h0Oi6JYo=; b=CK5btf2VA9p8H8WHzkDH/nJCKAjv6V8TQCur72TrTBBgK5gSRvcSnELoZowLMBEaJ7hU03 iUAV4xieIjt3+DZu5rUIReq8Ao/LxbFhsEI18EKXDEaben/Nevnl6q0OTeiYsecBaU3G8L OsLM6gL8Wv7eLY1bNUClSoxhjBRD6UU= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-296-eCOgJBKgNr-X-GjcO5D0ZQ-1; Wed, 11 Jan 2023 04:44:30 -0500 X-MC-Unique: eCOgJBKgNr-X-GjcO5D0ZQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3DF223802B83; Wed, 11 Jan 2023 09:44:30 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.87]) by smtp.corp.redhat.com (Postfix) with ESMTP id CEF4E40C2064; Wed, 11 Jan 2023 09:44:28 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20230110104501.11722-1-jlayton@kernel.org> References: <20230110104501.11722-1-jlayton@kernel.org> To: Jeff Layton Cc: dhowells@redhat.com, Marc Dionne , Trond Myklebust , Anna Schumaker , Chuck Lever , Alexander Viro , Miklos Szeredi , linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] fs: remove locks_inode MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2265540.1673430268.1@warthog.procyon.org.uk> Date: Wed, 11 Jan 2023 09:44:28 +0000 Message-ID: <2265541.1673430268@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Jeff Layton wrote: > locks_inode was turned into a wrapper around file_inode in de2a4a501e71 > (Partially revert "locks: fix file locking on overlayfs"). Finish > replacing locks_inode invocations everywhere with file_inode. > > Cc: Miklos Szeredi > Signed-off-by: Jeff Layton Reviewed-by: David Howells