Skip to content

Commit

Permalink
Issue #385: Bump the MINOR for VirtIOFS (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasVara committed May 1, 2020
1 parent 0275921 commit 05a9aa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rtl/drivers/VirtIOFS.pas
Expand Up @@ -298,8 +298,10 @@ TBufferInfo = record
DEVICE_NEEDS_RESET = 64;
FUSE_ROOT_ID = 1;

// The values come from
// FUSE_KERNEL_VERSION and FUSE_KERNEL_MINOR_VERSION
FUSE_MAJOR_VERSION = 7;
FUSE_MINOR_VERSION = 27;
FUSE_MINOR_VERSION = 31;

FUSE_INIT = 26;
FUSE_LOOKUP = 1;
Expand Down

0 comments on commit 05a9aa9

Please sign in to comment.