summaryrefslogtreecommitdiff
path: root/libbcachefs/fs-common.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-06-17 13:39:02 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-06-17 14:08:42 -0400
commitd915c62f17ae8d8214819fe150422d32c5b1c79c (patch)
treeacdb02a2786449553503dcd8b5bcf100f28c1750 /libbcachefs/fs-common.h
parentfc06a0ea5e552663e9e47de941fbc7e621d4ca46 (diff)
Update bcachefs sources to 792ca5ba3c9a bcachefs: kill key cache arg to bch2_assert_pos_locked()
Diffstat (limited to 'libbcachefs/fs-common.h')
-rw-r--r--libbcachefs/fs-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/fs-common.h b/libbcachefs/fs-common.h
index dde23785..c934e807 100644
--- a/libbcachefs/fs-common.h
+++ b/libbcachefs/fs-common.h
@@ -2,6 +2,8 @@
#ifndef _BCACHEFS_FS_COMMON_H
#define _BCACHEFS_FS_COMMON_H
+#include "dirent.h"
+
struct posix_acl;
#define BCH_CREATE_TMPFILE (1U << 0)