remove this patch (and will remove next too).. somethgn created a deadlock..
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 03:01:14 +0000 (03:01 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Mar 2010 03:01:14 +0000 (03:01 +0000)
commitecef126e01fe79eaeca5cc84d4ebdeb529926fb3
tree644eadbde029f14632595b1dde83b838287f7e9a
parent192d853f95219d50dd69efc6ac13146693ea3dd5
remove this patch (and will remove next too).. somethgn created a deadlock..
for NON threaded apps (e17). specifically:

   if (!locked) LOCK_CACHE;

at the top of eet_internal_close() gets called (locked is 0) and deadlocks e.
this is worse than threaded apps having problems. so... need to revert.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@46917 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eet_lib.c