summaryrefslogtreecommitdiff
path: root/fs/bcachefs/darray.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-22 20:47:24 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-22 20:47:24 -0500
commit0e8cc7b5b3a46ea16f74c161f0fd12966deb4d93 (patch)
treedfef6032de2f7758135d376b10369f28ea328771 /fs/bcachefs/darray.h
parentaaa55da315fcbb0387271d473303f52b5f7f3d45 (diff)
lockdep_debuglockdep_debug
Diffstat (limited to 'fs/bcachefs/darray.h')
-rw-r--r--fs/bcachefs/darray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/darray.h b/fs/bcachefs/darray.h
index e3aba5b61d19..e43987987047 100644
--- a/fs/bcachefs/darray.h
+++ b/fs/bcachefs/darray.h
@@ -17,6 +17,7 @@ struct { \
}
typedef DARRAY(void) darray_void;
+typedef DARRAY(char *) darray_string;
int __bch2_darray_resize(darray_void *, size_t, size_t, gfp_t);