Don't pretend that a failed sync write was succesful.
This commit is contained in:
parent
021869b542
commit
9248a8271c
@ -1660,9 +1660,7 @@ ffs_bufwrite(struct buf *bp)
|
||||
}
|
||||
|
||||
/* Let the normal bufwrite do the rest for us */
|
||||
bufwrite(bp);
|
||||
|
||||
return (0);
|
||||
return (bufwrite(bp));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user