diff --git a/common-documentation/filesystems/ext2.go b/common-documentation/filesystems/ext2.go index b3cfc23..5d0ea67 100644 --- a/common-documentation/filesystems/ext2.go +++ b/common-documentation/filesystems/ext2.go @@ -1,3 +1,4 @@ +// This file contains documentation for ext2 filesystem options package commondocumentation import docvalues "config-lsp/doc-values" @@ -158,4 +159,12 @@ var Ext2DocumentationEnums = []docvalues.EnumString{ "orlov", "Use Orlov block allocator for new inodes (default)", ), + docvalues.CreateEnumStringWithDoc( + "user_xattr", + "Support \"user.\" extended attributes", + ), + docvalues.CreateEnumStringWithDoc( + "nouser_xattr", + "Do not support \"user.\" extended attributes", + ), }