- Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as
part of GENERIC.
This commit is contained in:
parent
322d56df72
commit
569acf54a8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user