Fix copy&paste-o.
Spotted by: iedowse
This commit is contained in:
parent
14b34e45f8
commit
5ece1e2fca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user