bcachefs: Mark bch2_copygc() noinline
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 29 Apr 2023 20:21:51 +0000 (16:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:00 +0000 (17:10 -0400)
commit958c347b4b16dd3883c3765f5f99cacfe1b862b5
treeaa1653d527a3fb2c531d502d8c44e329e417c36c
parent3140a3d0e990f5528707b676787faa7e29545f32
bcachefs: Mark bch2_copygc() noinline

This works around a "stack from too large" error.

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