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 06B13C433EF for ; Sun, 13 Mar 2022 01:06:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233242AbiCMBHE (ORCPT ); Sat, 12 Mar 2022 20:07:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232055AbiCMBHE (ORCPT ); Sat, 12 Mar 2022 20:07:04 -0500 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DAB459A50; Sat, 12 Mar 2022 17:05:58 -0800 (PST) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nTCgF-00ATsC-T0; Sun, 13 Mar 2022 01:05:55 +0000 Date: Sun, 13 Mar 2022 01:05:55 +0000 From: Al Viro To: Christoph Hellwig Cc: axboe@kernel.dk, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 2/2] fs: remove fs.f_write_hint Message-ID: References: <20220307104701.607750-1-hch@lst.de> <20220307104701.607750-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220307104701.607750-3-hch@lst.de> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Mar 07, 2022 at 11:47:01AM +0100, Christoph Hellwig wrote: > The value is now completely unused except for reporting it back through > the F_GET_FILE_RW_HINT ioctl, so remove the value and the two ioctls > for it. Obvious question - which userland code issues these ioctls? I obviously like the series, but...