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 93207C433FE for ; Tue, 8 Mar 2022 06:05:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344012AbiCHGG3 (ORCPT ); Tue, 8 Mar 2022 01:06:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230265AbiCHGG2 (ORCPT ); Tue, 8 Mar 2022 01:06:28 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5477533A3A; Mon, 7 Mar 2022 22:05:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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=bpT+5I8xuM/BQhhxbzXTx9c5lP4H5CbyPf1u6+XkCn0=; b=TJmWB6s//Rq3b0WH8uTXVwcSKg +i4vTvqjvhVzPNeVB4H1k9BGtb7Xr0U8KmOwMc++dpObZ6G/HTMfjyM604fVCrgcyaV2HP04Axso4 GxCJSorXh7/1t78IbA3uNo+J5Eafcrgnp+oPtJxc9J/pMYGOy0W7MOPgQpi6Z9nEATi+pIEVsyPDf Fr9vnJpeEZk/PRnel1Enkh3INv2NJBZlLZX6gv5dnLVXOKH50NGfQhIlJRsr+ax7Jtmrzf+13x//e lYiqhIXvgGHdVyz8v2v3fAoGQqYHUr7QzZ+cPoB+/sP/rbbd/yp2RhDHVdc7sZJbBvAuLDWxHKQPp GIzVC6Sw==; Received: from [2001:4bb8:184:7746:6f50:7a98:3141:c37b] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRSyR-002kKp-Hk; Tue, 08 Mar 2022 06:05:31 +0000 From: Christoph Hellwig To: axboe@kernel.dk Cc: linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: remove write hint leftovers v2 Date: Tue, 8 Mar 2022 07:05:27 +0100 Message-Id: <20220308060529.736277-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Jens, this removes the other two fields and the two now unused fcntls as pointed out by Dave. Changes since v1: - better commit log