bcachefs: Fix a transaction path overflow
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 22 Oct 2021 21:33:38 +0000 (17:33 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:14 +0000 (17:09 -0400)
commitab44d7bdeebe316a03f37c08c1f66c13ea9aa5d5
tree323168ea374436ab58d6c97f3f07c0f6d83912bb
parentde924abbe7a62bdeb6baaba0f2fe2d1c64ef888b
bcachefs: Fix a transaction path overflow

readdir() in a directory with many subvolumes could overflow transaction
paths - this is a simple hack around the issue.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/dirent.c