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 11B59C54EBC for ; Wed, 11 Jan 2023 02:05:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233033AbjAKCFp (ORCPT ); Tue, 10 Jan 2023 21:05:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbjAKCFi (ORCPT ); Tue, 10 Jan 2023 21:05:38 -0500 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B54F6246; Tue, 10 Jan 2023 18:05:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=tzjEE7eo4pfZIl8gdpx99Jy7b3Efr0s8W424Og+smhM=; b=vQyk+WHrBXBXLx+geNjzazw4Np v5sOF5blNFqowKDQlarNT0a1/uVAQGfAzjLQCJmPOF8AdOol+3KleW8l6wuqG+NWS8sSPXfFMODof hYtWZ0YdTvVJf2VfkQ4QXHI1HCae8ibYAZ8awyGquoZrx6i2yhVJvmz7NY1q/bWTC4Szs0AMVlNtF +tvIUGcq4NaaFxMlmb0ZuscjyV6qZTeRmTfll8fFr56/7zgqVJunc4NtmWjLESFzMpE1byGyvgTuH l/wU1ZMqLpm+/C/gQgScfhalIP5g6dX6+9c5FhxVdAYe4FgzTNjNnw4hLqjCbu4eNQmude5MzLlpB jeqh1oJg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1pFQUJ-0016WG-2Z; Wed, 11 Jan 2023 02:05:11 +0000 Date: Wed, 11 Jan 2023 02:05:11 +0000 From: Al Viro To: Jeff Layton Cc: David Howells , Marc Dionne , Trond Myklebust , Anna Schumaker , Chuck Lever , 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 Message-ID: References: <20230110104501.11722-1-jlayton@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 10, 2023 at 08:33:45PM -0500, Jeff Layton wrote: > On Tue, 2023-01-10 at 23:59 +0000, Al Viro wrote: > > On Tue, Jan 10, 2023 at 05:44:59AM -0500, 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. > > > > Looks good to me. Which tree do you want that to go through? > > I'll take it via the file locking tree, if that's ok. Let me know if > you'd rather pick it up though. Fine by me - I don't have anything pending in that area, so... Oh, and ACKed-by: Al Viro in case it's not obvious from the above...