]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugfs: separate cache for debugfs inodes
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Jan 2025 08:06:45 +0000 (08:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jan 2025 12:14:35 +0000 (13:14 +0100)
commit268b36116f2f048d2fb0cd13aa3036705fcac068
tree8653ef6c0458d6456f5ec2f2941bacebe35f8590
parentee9c69388e3bad6c595fe38f34aa1126d2d07a11
debugfs: separate cache for debugfs inodes

Embed them into container (struct debugfs_inode_info, with nothing
else in it at the moment), set the cache up, etc.

Just the infrastructure changes letting us augment debugfs inodes
here; adding stuff will come at the next step.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20250112080705.141166-1-viro@zeniv.linux.org.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/inode.c
fs/debugfs/internal.h