[PATCH 1/5] kernel32: Advertise junction points in GetVolumeInformationW.

Alexandre Julliard julliard at winehq.org
Fri Nov 17 07:08:32 CST 2017


Daniel Lehman <dlehman at esri.com> writes:

> Patch 0004 Fixes issue with Boost Filesystem class
>
> Taken from wine-staging:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_wine-2Dcompholio_wine-2Dstaging_tree_master_patches_ntdll-2DJunction-5FPoints&d=DwIFAg&c=n6-cguzQvX_tUIrZOS_4Og&r=EXr1bYvvdlKz3u6E79q1vXBz_p8KQv3H_C0sTaSp5H8&m=10enHhwK_Wrbmyf8NQ2WkQ9FcZ12A2IJMU2iwNtBFnc&s=T6YVX7mPsZTlEKSdIQkvo-lOZE-FaK-RpkdrhClP-uk&e=
>
> With some modifications:
> - some rearrangement and merging of patches (so tests run if applied one-by-one)
> - additional argument checks
> - additional tests
> - temporary link made in same directory as final link instead of /tmp

It seems to me that this would be better handled by implementing
FILE_FLAG_OPEN_REPARSE_POINT on the server side, returning a special
file handle. Some tests of normal file operations on such handles would
also be interesting.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list