Fix copy&paste-o.

Spotted by:	iedowse
This commit is contained in:
Poul-Henning Kamp 2004-03-12 06:51:21 +00:00
parent 14b34e45f8
commit 5ece1e2fca

View File

@ -408,7 +408,7 @@ struct cluster_save {
static __inline int
buf_prewrite(struct vnode *vp, struct buf *bp)
{
if (bioops.io_start)
if (bioops.io_prewrite)
return (*bioops.io_prewrite)(vp, bp);
else
return (0);