VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 2020-05-25 21:39:40 +0200 committer: Theodore Ts'o <tytso@mit.edu> 2020-06-12 13:23:34 -0400 commit: 88ee9d571b6d8ed345f877e05f685814412e359b parent: 811985365378df01386c3cfb7ff716e74ca376d5
Commit Summary:
ext4: support xattr gnu.* namespace for the Hurd
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/ext4/xattr.h b/fs/ext4/xattr.h
index ffe21ac77f78..730b91fa0dd7 100644
--- a/fs/ext4/xattr.h
+++ b/fs/ext4/xattr.h
@@ -124,6 +124,7 @@ struct ext4_xattr_inode_array {
 extern const struct xattr_handler ext4_xattr_user_handler;
 extern const struct xattr_handler ext4_xattr_trusted_handler;
 extern const struct xattr_handler ext4_xattr_security_handler;
+extern const struct xattr_handler ext4_xattr_hurd_handler;
 
 #define EXT4_XATTR_NAME_ENCRYPTION_CONTEXT "c"