NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57872 (A possible double fetch in sys/fs/ntfs/ntfs_subr.c)



Synopsis: A possible double fetch in sys/fs/ntfs/ntfs_subr.c

State-Changed-From-To: open->closed
State-Changed-By: jdolecek%NetBSD.org@localhost
State-Changed-When: Tue, 23 Jan 2024 21:47:31 +0000
State-Changed-Why:
The NTFS fs is NOT marked IMNT_MPSAFE, so all VFS operations are executed
with KERNEL_LOCK() and hence there can't be a race.
There are multiple other places which are unsafe in similar regard, it's not
worth it to fix.
Thanks for report.





Home | Main Index | Thread Index | Old Index