sys,dll: rename VolumeParams::ReparsePoints* fields

This commit is contained in:
Bill Zissimopoulos
2016-08-21 23:36:09 -07:00
parent 1298dd842d
commit fee75590a8
6 changed files with 15 additions and 15 deletions

View File

@ -130,7 +130,7 @@ static NTSTATUS FspFsvolFileSystemControlReparsePoint(
if (IO_REPARSE_TAG_SYMLINK == ReparseData->ReparseTag)
{
/* NTFS severely limits symbolic links; we will not do that unless our file system asks */
if (FsvolDeviceExtension->VolumeParams.ReparsePointsPrivilegeCheck)
if (FsvolDeviceExtension->VolumeParams.ReparsePointsAccessCheck)
{
if (KernelMode != Irp->RequestorMode &&
SeSinglePrivilegeCheck(RtlConvertLongToLuid(SE_CREATE_SYMBOLIC_LINK_PRIVILEGE),