Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 682

/shark/trunk/drivers/block/fcfs/fcfs.c
79,7 → 79,7
 
__b_fastmutex_lock(&q->mutex);
ret=q->head;
__b_fastmutex_lock(&q->mutex);
__b_fastmutex_unlock(&q->mutex);
return ret;
}