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

part of GENERIC.
This commit is contained in:
Jeff Roberson 2005-03-31 05:58:14 +00:00
parent aa7ba42796
commit 278c5a6efa

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)