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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)