Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
exfat: fix xattr support
Browse files Browse the repository at this point in the history
xattr.c wasn't being built properly, fix it

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
  • Loading branch information
arter97 committed Sep 18, 2019
1 parent b83fe7e commit eb6f1f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
#define CONFIG_EXFAT_FAT_MIRRORING /* Write FAT 1, FAT 2 simultaneously */
#endif

#ifndef CONFIG_EXFAT_VIRTUAL_XATTR
#define CONFIG_EXFAT_VIRTUAL_XATTR
#endif

#endif /* _EXFAT_CONFIG_H */

/* end of config.h */
2 changes: 2 additions & 0 deletions xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
/* */
/************************************************************************/

#include "config.h"

#ifdef CONFIG_EXFAT_VIRTUAL_XATTR

#include <linux/file.h>
Expand Down

0 comments on commit eb6f1f5

Please sign in to comment.