mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
501f5ff123
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)