- Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as

part of GENERIC.
This commit is contained in:
jeff 2005-03-31 05:58:14 +00:00
parent 322d56df72
commit 569acf54a8

View File

@ -1084,7 +1084,7 @@ ufs_extattr_set(struct vnode *vp, int attrnamespace, const char *name,
*/
if (attribute->uele_backing_vnode != vp)
vn_lock(attribute->uele_backing_vnode,
LK_EXCLUSIVE LK_RETRY, td);
LK_EXCLUSIVE | LK_RETRY, td);
ioflag = IO_NODELOCKED;
if (ufs_extattr_sync)