Skip to content

Commit 7872d3d

Browse files
committed
schema: update major/minor types
This matches the config-linux.md spec which says these are both int64. Signed-off-by: Mike Frysinger <vapier@chromium.org>
1 parent 41ef05e commit 7872d3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/defs-linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
},
8585
"Major": {
8686
"description": "major device number",
87-
"$ref": "defs.json#/definitions/uint16"
87+
"$ref": "defs.json#/definitions/int64"
8888
},
8989
"Minor": {
9090
"description": "minor device number",
91-
"$ref": "defs.json#/definitions/uint16"
91+
"$ref": "defs.json#/definitions/int64"
9292
},
9393
"FileMode": {
9494
"description": "File permissions mode (typically an octal value)",

0 commit comments

Comments
 (0)