From: Alexandre Julliard Subject: Re: [PATCH 1/5] kernel32: Advertise junction points in GetVolumeInformationW. Message-Id: <87lgj5uk6n.fsf@winehq.org> Date: Fri, 17 Nov 2017 14:08:32 +0100 In-Reply-To: (Daniel Lehman's message of "Thu, 16 Nov 2017 00:09:51 +0000") References: Daniel Lehman 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@winehq.org