K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-02-08T21:45:47.000000Z K 7 svn:log V 290 Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into 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 END