VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Chengguang Xu <cgxu519@mykernel.net> 2020-05-22 12:40:35 +0800 committer: Jan Kara <jack@suse.cz> 2020-05-22 15:11:00 +0200 commit: 91a087153d9db2aaabd4fddcb3fa12fa10168136 parent: 8939a3af5c08daca7914c53d9f99c222569b6509
Commit Summary:
ext2: code cleanup by removing ifdef macro surrounding
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/ext2/xattr.h b/fs/ext2/xattr.h
index 16272e6ddcf4..7925f596e8e2 100644
--- a/fs/ext2/xattr.h
+++ b/fs/ext2/xattr.h
@@ -100,6 +100,7 @@ static inline void ext2_xattr_destroy_cache(struct mb_cache *cache)
 }
 
 #define ext2_xattr_handlers NULL
+#define ext2_listxattr NULL
 
 # endif  /* CONFIG_EXT2_FS_XATTR */