From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/fs/ext2/xattr.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/fs/ext2/xattr.h b/kernel/fs/ext2/xattr.h index cee888c..7925f59 100644 --- a/kernel/fs/ext2/xattr.h +++ b/kernel/fs/ext2/xattr.h @@ -39,7 +39,7 @@ __le32 e_value_block; /* disk block attribute is stored on (n/i) */ __le32 e_value_size; /* size of attribute value */ __le32 e_hash; /* hash value of name and value */ - char e_name[0]; /* attribute name */ + char e_name[]; /* attribute name */ }; #define EXT2_XATTR_PAD_BITS 2 @@ -100,6 +100,7 @@ } #define ext2_xattr_handlers NULL +#define ext2_listxattr NULL # endif /* CONFIG_EXT2_FS_XATTR */ -- Gitblit v1.6.2