Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 227 → Rev 228

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