Coverity-ID: 1418531

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
Cc: George Dunlap <george.dun...@eu.citrix.com>
Cc: Dario Faggioli <dario.faggi...@citrix.com>
---
 xen/common/sched_credit2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c
index d33c881c3d..18f39cafe4 100644
--- a/xen/common/sched_credit2.c
+++ b/xen/common/sched_credit2.c
@@ -2831,6 +2831,7 @@ csched2_dom_cntl(
             if ( op->u.credit2.cap > 100 * sdom->nr_vcpus )
             {
                 rc = -EINVAL;
+                write_unlock_irqrestore(&prv->lock, flags);
                 break;
             }
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to