Don't pretend that a failed sync write was succesful.

This commit is contained in:
Tor Egge 2005-10-09 20:49:01 +00:00
parent 021869b542
commit 9248a8271c

View File

@ -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));
}