]> git.ipfire.org Git - thirdparty/linux.git/commit
ext4: adjust the debug info in ext4_es_cache_extent()
authorZhang Yi <yi.zhang@huawei.com>
Sat, 29 Nov 2025 10:32:44 +0000 (18:32 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Jan 2026 16:23:33 +0000 (11:23 -0500)
commitb32e61cf6470ced0a70f20c9b513511a4e79b390
tree7903256ce089171f6365f68e48c216092462accf
parentae3e5ebbdd77a9b2b2eccd6a96ff656dfa3d718f
ext4: adjust the debug info in ext4_es_cache_extent()

Print a trace point after successfully inserting an extent in the
ext4_es_cache_extent() function. Additionally, similar to other extent
cache operation functions, call ext4_print_pending_tree() to display the
extent debug information of the inode when in ES_DEBUG mode.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Baokun Li <libaokun1@huawei.com>
Message-ID: <20251129103247.686136-13-yi.zhang@huaweicloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents_status.c