]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add tracepoints for stale pinned inode state debug
authorDave Chinner <dchinner@redhat.com>
Wed, 25 Jun 2025 22:48:57 +0000 (08:48 +1000)
committerCarlos Maiolino <cem@kernel.org>
Fri, 27 Jun 2025 12:14:37 +0000 (14:14 +0200)
commitfc48627b9c22f4d18651ca72ba171952d7a26004
tree4b62e88c5c7ff349f0f233fb405774080e09a3ea
parentd62016b1a2df24c8608fe83cd3ae8090412881b3
xfs: add tracepoints for stale pinned inode state debug

I needed more insight into how stale inodes were getting stuck on
the AIL after a forced shutdown when running fsstress. These are the
tracepoints I added for that purpose.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trace.h
fs/xfs/xfs_trans.c