[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.1-testing] tmem: properly drop lock on error path in do_tmem_get()
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxx> # Date 1348568817 -7200 # Node ID 397cac9587fec61ee71b2ccf09120a54ecb5b4f8 # Parent 2cce0490a2603ae9959cff04d292fe964a8bc28e tmem: properly drop lock on error path in do_tmem_get() Also remove a bogus assertion. Reported-by: Tim Deegan <tim@xxxxxxx> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx> xen-unstable changeset: 25856:83b97a59888b xen-unstable date: Tue Sep 11 12:18:08 UTC 2012 --- diff -r 2cce0490a260 -r 397cac9587fe xen/common/tmem.c --- a/xen/common/tmem.c Tue Sep 25 12:26:29 2012 +0200 +++ b/xen/common/tmem.c Tue Sep 25 12:26:57 2012 +0200 @@ -1793,7 +1793,6 @@ static NOINLINE int do_tmem_get(pool_t * list_del(&pgp->us.client_eph_pages); list_add_tail(&pgp->us.client_eph_pages,&client->ephemeral_page_list); tmem_spin_unlock(&eph_lists_spinlock); - ASSERT(obj != NULL); obj->last_client = tmh_get_cli_id_from_current(); } } @@ -1810,6 +1809,8 @@ static NOINLINE int do_tmem_get(pool_t * return 1; bad_copy: + obj->no_evict = 0; + tmem_spin_unlock(&obj->obj_spinlock); failed_copies++; return rc; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |