From: Namhyung Kim Date: Tue, 13 Nov 2012 13:30:34 +0000 (+0900) Subject: perf ui: Add ui_progress__finish() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~77^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5580f3ecb295a514f9522daf0ef7158f73ec2d6;p=pandora-kernel.git perf ui: Add ui_progress__finish() Sometimes we need to know when the progress bar should disappear. Checking curr >= total wasn't enough since there're cases not met that condition for the last call. So add a new ->finish callback to identify this explicitly. Currently only GTK frontend needs it. Signed-off-by: Namhyung Kim Cc: Ingo Molnar Cc: Pekka Enberg Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1352813436-14173-4-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed