bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode number
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 7 Feb 2025 06:33:01 +0000 (01:33 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:12 +0000 (21:02 -0400)
commit45f0e6c838e5d9af3f013adb4ba9aad3bcbcbe3b
tree288639f1ee17f4ad68d805c2b91fc61be637c8c6
parente63cf203d781902a8d3af3333ccf6382f8c3d416
bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode number

We want all error messages converted to print paths, not just inode
numbers - users want this information, and it speeds up debugging too.

Auditing and converting all error messages is going to be a big project,
so for the moment we're just doing this incrementally.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/error.c
fs/bcachefs/error.h
fs/bcachefs/reflink.c
fs/bcachefs/snapshot.c
fs/bcachefs/snapshot.h