created | 2025-02-05T15:31:05Z |
---|---|
begin | 2025-01-13T03:21:10Z |
end | 2025-01-13T13:58:41Z |
path | src/sys |
commits | 1 |
date | 2025-01-13T13:58:41Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/ntfs/ntfs_ihash.c | log | diff | annotate |
src/sys/ntfs/ntfs_ihash.h | log | diff | annotate | |
src/sys/ntfs/ntfs_subr.c | log | diff | annotate | |
message |
Do not depend on RW_SLEEPFAIL in ntfs_ntlookup While it is a cute optimisation it makes no sense to be a special snowflake since there is no parallelism in this code. Instead use the same pattern used by the other filesystems that detects a collision in ntfs_nthashins() followed by a retry of lookup. Tested by ian@ and jmatthew@ OK mpi@ |