In smbfs_inactive(), only invalidate the node's attribute cache if we
had to send a file close request to the server.
This commit is contained in:
parent
51362c2d8a
commit
208a7a97a3
@ -358,8 +358,8 @@ smbfs_inactive(ap)
|
||||
}
|
||||
}
|
||||
np->n_flag &= ~NOPEN;
|
||||
smbfs_attr_cacheremove(vp);
|
||||
}
|
||||
smbfs_attr_cacheremove(vp);
|
||||
VOP_UNLOCK(vp, 0, td);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user