Skip to content

Commit

Permalink
fs: 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>
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
Change-Id: Ic72850394f909a3ebd29189ac2d0af8ff927f77a
  • Loading branch information
arter97 authored and Khusika Dhamar Gusti committed Oct 17, 2019
1 parent c52c8a9 commit f876e25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/exfat/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 fs/exfat/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 f876e25

Please sign in to comment.