]> Gentwo Git Trees - linux/.git/commit
fuse: move CREATE_TRACE_POINTS to a separate file
authorDarrick J. Wong <djwong@kernel.org>
Tue, 16 Sep 2025 00:27:58 +0000 (17:27 -0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 25 Sep 2025 14:22:18 +0000 (16:22 +0200)
commitcb403594701cd36f7f3f868258655d56f9afaf8e
tree3a5d25330a2ba3b8f20238ed4d07045c92167b53
parentc4331e19a6b0f9b8de5921cc2f3253e572945564
fuse: move CREATE_TRACE_POINTS to a separate file

Before we start adding new tracepoints for fuse+iomap, move the
tracepoint creation itself to a separate source file so that we don't
have to start pulling iomap dependencies into dev.c just for the iomap
structures.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Makefile
fs/fuse/dev.c
fs/fuse/trace.c [new file with mode: 0644]