exfat: use EXT4_SUPER_MAGIC in magic.h
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
This commit is contained in:
parent
e145a5f7cc
commit
51f491ef2d
@ -11,9 +11,14 @@
|
||||
#include <linux/ratelimit.h>
|
||||
#include <linux/nls.h>
|
||||
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0)
|
||||
#include <linux/magic.h>
|
||||
#else
|
||||
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
|
||||
#endif
|
||||
|
||||
#define EXFAT_VERSION "5.14.1"
|
||||
|
||||
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
|
||||
#define EXFAT_ROOT_INO 1
|
||||
|
||||
#define EXFAT_CLUSTERS_UNTRACKED (~0u)
|
||||
|
Loading…
Reference in New Issue
Block a user