fix porting bug
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 15 Oct 2009 22:50:51 +0000 (18:50 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 15 Oct 2009 22:50:51 +0000 (18:50 -0400)
libust/relay.c

index f975c54c3603298939086711e396070907fda4c3..0326adc119943240fd9957659af8bf2a0ea1b790 100644 (file)
@@ -268,7 +268,7 @@ static void __relay_reset(struct rchan_buf *buf, unsigned int init)
 //ust//                init_waitqueue_head(&buf->read_wait);
                kref_init(&buf->kref);
 //ust//                setup_timer(&buf->timer, wakeup_readers, (unsigned long)buf);
-       } else
+       } //ust// else
 //ust//                del_timer_sync(&buf->timer);
 
        buf->finalized = 0;
This page took 0.024025 seconds and 4 git commands to generate.