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 92F5D19D07A; Mon, 30 Jun 2025 05:44:34 +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=1751262275; cv=none; b=fTa0GLTNGZYeR0Xk1+NYBsd2DQvPk05z+gG//0WjU1HXRWoJ/Q9WFH/9NkUwk0L/fNgLmudbEyRpjKDWHUKbz6hBgfNtAjh9/87UJ/zgJO4sSUwUIKyBqjNT5+CZwZqsoPVqA0CUOrmnL7DHBJvqsnDyJ/3690IQVHSbo8hF7Po= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751262275; c=relaxed/simple; bh=yOnid076kHmBDuip0/alV1Nm9VaQqhKwJ+sLa4F5NNo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tbX31rvkEZ4tkKDTCEfTA23AN0Bh7TP4kbBcQo3T9DE+wRKdz48HIlK/NVDLEqlwAb/uSlkSAeeSN+x4U2DP07oGCSrUgRUTzRGXoVQy+JzENZK777VIckjTIM/K/jWiFiYqkKC+MnRWZY3Sn2wf0urs169fr2d5UsiI0uKYNXo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (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=pass (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 3783168AA6; Mon, 30 Jun 2025 07:44:31 +0200 (CEST) Date: Mon, 30 Jun 2025 07:44:30 +0200 From: Christoph Hellwig To: Brian Foster Cc: Christoph Hellwig , Christian Brauner , "Darrick J. Wong" , Joanne Koong , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, linux-block@vger.kernel.org, gfs2@lists.linux.dev Subject: Re: [PATCH 06/12] iomap: move all ioend handling to ioend.c Message-ID: <20250630054430.GD28532@lst.de> References: <20250627070328.975394-1-hch@lst.de> <20250627070328.975394-7-hch@lst.de> 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: User-Agent: Mutt/1.5.17 (2007-11-01) On Fri, Jun 27, 2025 at 11:15:14AM -0400, Brian Foster wrote: > > #include > > #include > > +#include > > +#include > > #include "internal.h" > > +#include "trace.h" > > Can any of these now be dropped from buffered-io.c? I'll check, but I suspect not.