storage: conf: Don't output owner/group -1

-1 is just an internal placeholder and is meaningless to output in the XML.
This commit is contained in:
Cole Robinson
2015-05-05 11:58:12 -04:00
parent b903b3b01e
commit c4d27bdddf
8 changed files with 30 additions and 33 deletions

View File

@@ -101,18 +101,22 @@
<element name='mode'>
<ref name='octalMode'/>
</element>
<element name='owner'>
<choice>
<ref name='unsignedInt'/>
<value>-1</value>
</choice>
</element>
<element name='group'>
<choice>
<ref name='unsignedInt'/>
<value>-1</value>
</choice>
</element>
<optional>
<element name='owner'>
<choice>
<ref name='unsignedInt'/>
<value>-1</value>
</choice>
</element>
</optional>
<optional>
<element name='group'>
<choice>
<ref name='unsignedInt'/>
<value>-1</value>
</choice>
</element>
</optional>
<optional>
<element name='label'>
<text/>