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 AEEB8C25B08 for ; Sat, 20 Aug 2022 20:12:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232590AbiHTUMm (ORCPT ); Sat, 20 Aug 2022 16:12:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbiHTUMl (ORCPT ); Sat, 20 Aug 2022 16:12:41 -0400 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 80C7B2CDD3 for ; Sat, 20 Aug 2022 13:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=bSzlm9e7hxH98KK+Z3EkaFZXFBRdpojMxa+ZQfthZOc=; b=Cg6DopRCP6yfOVkiDPOen26tfF VSyuwdGf64ndUNwq9XvKCresqeyDWP5cmhjhtuqEhACYtySVPa4XDRJwbUV/ArB8gCglUoUwC3Rml j5K8pzpAx3m8lOjJV2eHLT8Vv/7DyddTVMygODQF8BPeEoMAkrnQN7tQ8KANvtqMrBlt3lgu/zdct rzn627R0y/NlJ48L6rTIIKeyAO1WMLq7vZzo3AJneIgZvBCyNwWdO6s8FGhBuAvYhKAcoH20G2Uqj 0jEo6GBE6Lio8L8E7ocAOr4lcVDzT7V9Y7zqD1hKlfTsSIsUTq/imcBqc0EQSiPAMd6nBfb5yoPJj kfCQlSkA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oPUpg-006T5e-RV for linux-fsdevel@vger.kernel.org; Sat, 20 Aug 2022 20:12:37 +0000 Date: Sat, 20 Aug 2022 21:12:36 +0100 From: Al Viro To: linux-fsdevel@vger.kernel.org Subject: [PATCHES] file_inode() and ->f_mapping cleanups Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Another whack-a-mole pile - open-coding file_inode() and file->f_mapping. All of them are independent from each other; this stuff sits in vfs.git #work.file_inode, but if maintainers of an affected subsystems would prefer to have some of that in their trees - just say so.