mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 15:35:28 +02:00
feat: Add documentation to ext2.go
This commit is contained in:
parent
32903ad94b
commit
62b9947ddc
@ -1,3 +1,4 @@
|
|||||||
|
// This file contains documentation for ext2 filesystem options
|
||||||
package commondocumentation
|
package commondocumentation
|
||||||
|
|
||||||
import docvalues "config-lsp/doc-values"
|
import docvalues "config-lsp/doc-values"
|
||||||
@ -158,4 +159,12 @@ var Ext2DocumentationEnums = []docvalues.EnumString{
|
|||||||
"orlov",
|
"orlov",
|
||||||
"Use Orlov block allocator for new inodes (default)",
|
"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",
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user