mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
bcachefs: fix missing include
fs-common.h needs dirent.h for enum bch_rename_mode Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
630d565dda
commit
546b65378d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user