fs_handle::parent_path_handle()
always fails on ReFS/DevDrive
#129
Labels
fs_handle::parent_path_handle()
always fails on ReFS/DevDrive
#129
llfio/include/llfio/v2.0/detail/impl/windows/fs_handle.ipp
Lines 111 to 119 in 418a2e9
On a ReFS/DevDrive this check consistently fails, i.e.
fii.IndexNumber.QuadPart != _inode
as the actual value isfii.IndexNumber.QuadPart == _inode | 0x5000'0000'0000'0000
. I haven't yet checked how this syscall differs from the one retrieving_inode
.Windows specifications:
The text was updated successfully, but these errors were encountered: