]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bcachefs: Move btree_updates to debugfs
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 3 Apr 2024 23:15:53 +0000 (19:15 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 4 Apr 2024 20:56:44 +0000 (16:56 -0400)
commit9fb3036fe3d9414ae32a97d01d7ccf7550e168a7
tree7027a6d82d61d147fdd73014aaf6c0a386751cfa
parentbe42e4a621fee05e3299169fbb1068b473e779c2
bcachefs: Move btree_updates to debugfs

sysfs is limited to PAGE_SIZE, and when we're debugging strange
deadlocks/priority inversions we need to see the full list.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/debug.c
fs/bcachefs/sysfs.c