K 10 svn:author V 3 tmm K 8 svn:date V 27 2001-05-25T18:24:52.000000Z K 7 svn:log V 366 Add a check to determine whether extended attributes have been initialized on the file system before trying to grab the lock of the per-mount extattr structure, as this lock is unitialized in that case. This is needed because ufs_extattr_vnode_inactive is called from ufs_inactive, which is also used by EA-unaware file systems such as ext2fs. Reviewed by: rwatson END