mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
2433c4883e
VOP_ISLOCKED(arg, curthread). Now, VOP_ISLOCKED() and lockstatus() should only acquire curthread as argument; this will lead in axing the additional argument from both functions, making the code cleaner. Reviewed by: jeff, kib