Blame SOURCES/CLI-fix-ps_show_thread-call-with-bad-args-count.patch

273c50
From aac51fce90d9007b4ff9c9b5bb3c3969cdb2b01b Mon Sep 17 00:00:00 2001
273c50
From: Petr Oros <poros@redhat.com>
273c50
Date: Thu, 15 Aug 2013 11:15:45 +0200
273c50
Subject: [PATCH 3/4] CLI: fix ps_show_thread call with bad args count
273c50
273c50
Signed-off-by: Petr Oros <poros@redhat.com>
273c50
(cherry picked from commit a97f70eb407f3ec2972740ca5ab976f5f06ce0bb)
273c50
273c50
Signed-off-by: John Kacur <jkacur@redhat.com>
273c50
---
273c50
 tuna-cmd.py | 2 +-
273c50
 1 file changed, 1 insertion(+), 1 deletion(-)
273c50
273c50
diff --git a/tuna-cmd.py b/tuna-cmd.py
273c50
index 64e3ad1..5dcc181 100755
273c50
--- a/tuna-cmd.py
273c50
+++ b/tuna-cmd.py
273c50
@@ -227,7 +227,7 @@ def ps_show_thread(pid, affect_children, ps,
273c50
 		for tid in ps[pid]["threads"].keys():
273c50
 			ps_show_thread(tid, False, ps[pid]["threads"],
273c50
 				       has_ctxt_switch_info,
273c50
-				       sock_inodes, sock_inode_re)
273c50
+				       sock_inodes, sock_inode_re, cgroups)
273c50
 			
273c50
 
273c50
 def ps_show(ps, affect_children, thread_list, cpu_list,
273c50
-- 
273c50
1.8.1.4
273c50