mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Stop asserting on exclusive locks in fsync since it can now support
shared vnode locking on ZFS. Reviewed by: jhb
This commit is contained in:
parent
ebb6aed490
commit
a03fb243dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194019
@ -247,7 +247,7 @@ vop_revoke {
|
||||
};
|
||||
|
||||
|
||||
%% fsync vp E E E
|
||||
%% fsync vp L L L
|
||||
|
||||
vop_fsync {
|
||||
IN struct vnode *vp;
|
||||
|
Loading…
Reference in New Issue
Block a user