]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: reduce stack usage in alloc_sectors_start()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 26 May 2025 21:15:11 +0000 (17:15 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 30 May 2025 05:21:13 +0000 (01:21 -0400)
commitff6369da9ac366f4a18735902ab8f50f5690ee83
treea97f755413cc6200e3c272855b027a951742c375
parenteabef52ff881e91f41c7bd6696c9355d12fc00c2
bcachefs: reduce stack usage in alloc_sectors_start()

with typical config options, variables in different inline functions
aren't sharing stack space - and these are slowpaths.

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