Add missing splx()

Submitted by: Luoqi Chen <luoqi@chen.ml.org>
This commit is contained in:
Julian Elischer 1998-05-11 21:41:13 +00:00
parent 336c78bb90
commit 5d0957193a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35955

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_vnops.c 8.15 (Berkeley) 5/14/95
* $Id: ffs_vnops.c,v 1.47 1998/03/28 10:33:26 bde Exp $
* $Id: ffs_vnops.c,v 1.48 1998/03/30 09:56:05 phk Exp $
*/
#include <sys/param.h>
@ -252,6 +252,7 @@ ffs_fsync(ap)
vprint("ffs_fsync: dirty", vp);
#endif
}
splx(s);
}
getmicrotime(&tv);
error = UFS_UPDATE(ap->a_vp, &tv, &tv, (ap->a_waitfor == MNT_WAIT));