freebsd-dev/sys/ufs
Robert Watson 606dcf085f 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.

This is a RELENG_6_0 merge candidate.

Reported by:	lofi
MFC after:	3 days
2005-10-12 14:18:58 +00:00
..
ffs Avoid unintended VMIO on directories and symlinks due to leftover object 2005-10-10 19:02:04 +00:00
ufs When performing a VOP_LOOKUP() as part of UFS1 extended attribute 2005-10-12 14:18:58 +00:00