summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-11-08 17:11:44 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-01 11:46:52 -0500
commit73ab9e03861c22ec6723b7b110d62ba60f37c164 (patch)
tree433dcdcedf50af693c4b3b4fe25a9a9fcab0a554 /fs/bcachefs/Makefile
parentf87bf892ea9848696ddfd184964d303202dd19dd (diff)
downloadlinux-73ab9e03861c22ec6723b7b110d62ba60f37c164.tar.gz
linux-73ab9e03861c22ec6723b7b110d62ba60f37c164.tar.bz2
linux-73ab9e03861c22ec6723b7b110d62ba60f37c164.zip
bcachefs: Factor out darray resize slowpath
Move the slowpath (actually growing the darray) to an out-of-line function; also, add some helpers for the upcoming btree write buffer rewrite. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/Makefile')
-rw-r--r--fs/bcachefs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/Makefile b/fs/bcachefs/Makefile
index 45b64f89258c..ed550a40463e 100644
--- a/fs/bcachefs/Makefile
+++ b/fs/bcachefs/Makefile
@@ -28,6 +28,7 @@ bcachefs-y := \
clock.o \
compress.o \
counters.o \
+ darray.o \
debug.o \
dirent.o \
disk_groups.o \