[PATCH 1/2] ntdll: Unify get_file_info and fd_get_file_info.

Erich E. Hoover erich.e.hoover at gmail.com
Wed Aug 25 16:24:00 CDT 2021


get_file_info and fd_get_file_info duplicate the same logic except
that they either work on paths or file descriptors (respectively).
This patch consolidates these two routines and moves some of the
path-specific behavior to an updated [fd_]is_mount_point.  Besides
consolidation, this patch simplifies the reparse point patches (coming
soon!) since there's now only one routine that handles both path-based
and fd-based requests for file information.

Best,
Erich
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Unify-get_file_info-and-fd_get_file_info.patch
Type: text/x-patch
Size: 9273 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210825/dada2170/attachment.bin>


More information about the wine-devel mailing list