buf: fix comments

This commit is contained in:
Thomas Schoebel-Theuer 2014-06-15 10:03:30 +02:00 committed by Thomas Schoebel-Theuer
parent 87eb7d30bb
commit a7d23cc05e

View File

@ -22,8 +22,6 @@
*/
// Buf brick
/* FIXME: this code has been unused for a long time, it is unlikly
* to work at all.
*/
@ -379,7 +377,7 @@ bool _mref_remove(struct buf_head *bf, struct buf_mref_aspect *mref_a)
/////////////////////////////////////////////////////////////7
/////////////////////////////////////////////////////////////
static inline int _get_info(struct buf_brick *brick)
@ -908,7 +906,7 @@ static void buf_ref_io(struct buf_output *output, struct mref_object *mref)
#if 0
// by definition, a writeout buffer is always uptodate
bf->bf_flags |= (MREF_WRITING | MREF_UPTODATE);
#else // wirklich???
#else // really ???
bf->bf_flags |= MREF_WRITING;
#endif
bf->bf_error = 0;