]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bcachefs: buckets_in_flight on stack
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 9 May 2025 03:21:28 +0000 (23:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:50 +0000 (20:14 -0400)
commit82067c916994dd1bfec65496144dc16e17899e36
treece9e71cf41793de7dbcd1092826dba68a66ae0ea
parent1dfa01ef24151547a2a622e90ad73b082b1bc739
bcachefs: buckets_in_flight on stack

copygc runs with a full stack available, there's no reason to
dynamically allocate this.

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