K 10 svn:author V 3 kan K 8 svn:date V 27 2003-11-19T04:12:32.000000Z K 7 svn:log V 305 Do not call VOP_GETATTR in getdents function. It does not serve any purpose and the resulting vattr structure was ignored. In addition, the VOP_GETATTR call was made with no vnode lock held, resulting in vnode locking violation panic with debug kernels. Reported by: truckman Approved by: re@ (rwatson) END