From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 00C8D3FEC; Wed, 28 Aug 2024 04:04:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724817888; cv=none; b=lARwXmTnAlVVlEkv85hvCAMey/75kcWsHKEr7LlCDfJxR5MMSei/F1vOpTL2FMkghsYkxOhVCHMQU15YVjnSAA7UbHLmBe4Xi71ciFsXP7dKieXyNvDQbj1wO5lk69TNrnBXyheov4t2VOzaKQoO8perVHDGKvzcNlnbKvWxyx0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724817888; c=relaxed/simple; bh=XgqJ1W2bzYdI5oXGVpzV1GTdSHe1K9DQ5SYe0OZrCZk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=onDwzWNMeaR6eiCsIg1Q2c8gSUiDpA/mBsTYzj8XJFMmRyZn7YeLvu5vF1sf1FmXrcuTf927DEehEQaqVQX61+sXi/XoBxYcM608uFr6xlPlhyKH7AshPGVXsw3+bxZ3d/HLuW1QDUA1+QXq3pvAoYyd/kY+w92cQZYyv3GoKIo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 8DE0268B05; Wed, 28 Aug 2024 06:04:40 +0200 (CEST) Date: Wed, 28 Aug 2024 06:04:40 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , Christian Brauner , Alexander Viro , Chandan Babu R , Brian Foster , Jens Axboe , Jan Kara , Theodore Ts'o , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 2/6] ext4: remove tracing for FALLOC_FL_NO_HIDE_STALE Message-ID: <20240828040440.GA30409@lst.de> References: <20240827065123.1762168-1-hch@lst.de> <20240827065123.1762168-3-hch@lst.de> <20240827145634.GR865349@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240827145634.GR865349@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Aug 27, 2024 at 07:56:34AM -0700, Darrick J. Wong wrote: > If we're going to drop this flag that has never been accepted by any of > the fallocate implementations, then can we remove it from the uapi? We usually don't really remove code point allocations once added, but converting the define to a comment might be a good idea.