- Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.

This commit is contained in:
Jeff Roberson 2003-02-09 12:29:38 +00:00
parent c10a177610
commit 08883c8a85

@ -749,7 +749,7 @@ loop2:
continue;
VI_UNLOCK(vp);
if ((bp->b_flags & B_DELWRI) == 0)
panic("spec_fsync: not dirty");
panic("fsync: not dirty");
if ((vp->v_vflag & VV_OBJBUF) && (bp->b_flags & B_CLUSTEROK)) {
BUF_UNLOCK(bp);
vfs_bio_awrite(bp);