projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630d565
)
bcachefs: fix missing include
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 17 Jun 2024 17:58:17 +0000
(13:58 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:12 +0000
(19:00 -0400)
fs-common.h needs dirent.h for enum bch_rename_mode
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-common.h
patch
|
blob
|
history
diff --git
a/fs/bcachefs/fs-common.h
b/fs/bcachefs/fs-common.h
index
dde2378
..
c934e80
100644
(file)
--- a/
fs/bcachefs/fs-common.h
+++ b/
fs/bcachefs/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)