Re: [PATCH 0/3] fs: start to split up fs.h

From: Christoph Hellwig

Date: Wed Nov 05 2025 - 07:55:34 EST


On Tue, Nov 04, 2025 at 03:46:31PM +0100, Christian Brauner wrote:
> Take first steps to split up fs.h. Add fs_super_types.h and fs_super.h
> headers that contain the types and functions associated with super
> blocks respectively.

We have this nice concept called directories for namespace prefixes.
Why not include/linux/fs/*.h for all these split out bits?