Commit 546b6537 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: fix missing include

fs-common.h needs dirent.h for enum bch_rename_mode
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 630d565d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment