Stylistic change.

This commit is contained in:
mycroft 2000-05-29 18:59:51 +00:00
parent 4db674fa50
commit 7385963fc9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: genfs_vnops.c,v 1.17 2000/05/13 23:43:09 perseant Exp $ */
/* $NetBSD: genfs_vnops.c,v 1.18 2000/05/29 18:59:51 mycroft Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -89,7 +89,7 @@ genfs_fsync(v)
if ((ap->a_flags & FSYNC_DATAONLY) != 0)
return (0);
else
return (VOP_UPDATE(ap->a_vp, NULL, NULL, wait ? UPDATE_WAIT : 0));
return (VOP_UPDATE(vp, NULL, NULL, wait ? UPDATE_WAIT : 0));
}
int