Re: [PATCH] Properly release console lock.

2010-11-20 Thread Samuel Thibault
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

[PATCH] Properly release console lock.

2010-11-14 Thread Diego Nieto Cid
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