K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-10-16T16:52:14.000000Z K 7 svn:log V 462 Merge ufs_extattr.c:1.82 from RELENG_6 to RELENG_6_0: When performing a VOP_LOOKUP() as part of UFS1 extended attribute auto-start, set cnp.cn_lkflags to LK_EXCLUSIVE. This flag must now be set so that lockmgr knows what kind of lock to acquire, and it will panic if not specified. This resulted in a panic when using extended attributes on UFS1 as of locking work present in the 6.x branch. Reported by: lofi Approved by: re (kensmith) END