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 C383EC04A94 for ; Fri, 4 Aug 2023 13:59:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231452AbjHDN7P (ORCPT ); Fri, 4 Aug 2023 09:59:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbjHDN7O (ORCPT ); Fri, 4 Aug 2023 09:59:14 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E784C11B; Fri, 4 Aug 2023 06:59:13 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 2B0CE68B05; Fri, 4 Aug 2023 15:59:09 +0200 (CEST) Date: Fri, 4 Aug 2023 15:59:08 +0200 From: Christoph Hellwig To: Christian Brauner Cc: Linus Torvalds , Mateusz Guzik , Jens Axboe , Christoph Hellwig , Aleksa Sarai , Al Viro , Seth Forshee , linux-fsdevel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] file: always lock position Message-ID: <20230804135908.GA27513@lst.de> References: <20230724-vfs-fdget_pos-v1-1-a4abfd7103f3@kernel.org> <20230724-pyjama-papier-9e4cdf5359cb@brauner> <20230803095311.ijpvhx3fyrbkasul@f> <20230803-libellen-klebrig-0a9e19dfa7dd@brauner> <20230804-turnverein-misswirtschaft-ef07a4d7bbec@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230804-turnverein-misswirtschaft-ef07a4d7bbec@brauner> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Aug 04, 2023 at 03:43:20PM +0200, Christian Brauner wrote: > > I don't think we have any free flags, but I didn't check. The ugly > > We do. Christoph freed up 3 last cycle. I think I mentioned it in one my > prs. (And btw, we should probably try to get rid of a few more.) I have a half-backed series to move all the static capabilities into a new field in struct file_operations. That gives us almost half a dozen back. I wanted to finish it for this merge window, but there are too many conflicting other things going on, so it will have to wait a bit longer.