1
0
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:
Paul Saab 2009-06-11 17:06:45 +00:00
parent ebb6aed490
commit a03fb243dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194019

View File

@ -247,7 +247,7 @@ vop_revoke {
};
%% fsync vp E E E
%% fsync vp L L L
vop_fsync {
IN struct vnode *vp;