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=-6.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 B382EC2BB84 for ; Thu, 10 Sep 2020 06:52:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D0EE20855 for ; Thu, 10 Sep 2020 06:52:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="dQpl0qKx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726996AbgIJGwt (ORCPT ); Thu, 10 Sep 2020 02:52:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726603AbgIJGwd (ORCPT ); Thu, 10 Sep 2020 02:52:33 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98820C061573 for ; Wed, 9 Sep 2020 23:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=dqAQws+pZvIQBVeeSFMgSOYQ4VgVDai1XfPk4crKTRk=; b=dQpl0qKx2kx2b/Gz5Weaiyckty j5xlzulOmien3IRXtPtdhLDb4qLGBMaMHE58PSAaXw26548x5ytELU7625H3ujLqJfwujuGlAMcHJ n8rBbTuSO4AzwTnlimIklOBOrK6iNDshJgs9TkoLC0ynIaYst9nSOqQDtsC3gavUeySUx/w10oIo+ ehJPnubtbbvWjHyGhi4b+XqvXUhaef1axTSrDp85TsQrmsZwrNuGpvhTFfVR1q4T1TozyinlxBBXN eRYXRZ/WsQ6cQ1dfEt/TudNSjInSZn39p/VAStXfP/pxQzhJMNj0VhjkuxqYtD8O2IHfTWLeKs9Zy K1mPqSeQ==; Received: from [2001:4bb8:184:af1:d8d0:3027:a666:4c4e] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kGGI9-0000BV-TH; Thu, 10 Sep 2020 06:42:46 +0000 From: Christoph Hellwig To: Al Viro Cc: linux-fsdevel@vger.kernel.org Subject: state cleanups Date: Thu, 10 Sep 2020 08:42:38 +0200 Message-Id: <20200910064244.346913-1-hch@lst.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Al, a bunch of cleanups to untangle our mess of state related helpers. Diffstat: fs/stat.c | 70 +++++++++++++++++++++------------------------------ include/linux/fs.h | 22 +++------------- include/linux/stat.h | 2 - 3 files changed, 34 insertions(+), 60 deletions(-)