inc: fsctl: simplify FSP_FSCTL_TRANSACT_RSP Rsp.Create.Reparse

This commit is contained in:
Bill Zissimopoulos
2016-09-14 17:18:59 -07:00
parent 49cd11b34b
commit 46a29f663a
4 changed files with 17 additions and 26 deletions

View File

@ -341,10 +341,9 @@ typedef struct
FSP_FSCTL_FILE_INFO FileInfo;
} Opened;
/* IoStatus.Status == STATUS_REPARSE */
union
struct
{
FSP_FSCTL_TRANSACT_BUF FileName; /* IoStatus.Information == IO_REPARSE (== 0) */
FSP_FSCTL_TRANSACT_BUF Data; /* IoStatus.Information > IO_REMOUNT (== 1) */
FSP_FSCTL_TRANSACT_BUF Buffer;
} Reparse;
} Create;
struct