Hello,
Diego Nieto Cid, le Mon 15 Nov 2010 04:10:58 -0300, a écrit :
> The console lock was released only when there were no allocation errors
> leaving it locked in the event mmap failed.
>
> This patch moves the mutex_unlock call to a point in the flow of control
> where it is consistent with t
The console lock was released only when there were no allocation errors
leaving it locked in the event mmap failed.
This patch moves the mutex_unlock call to a point in the flow of control
where it is consistent with the lock acquisition.
* console/console.c(netfs_get_dirents): relocate mutex_unl