Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 80 → Rev 1342

/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;
}