Преглед на файлове

Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core

Ingo Molnar преди 15 години
родител
ревизия
915e555822
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      kernel/perf_event.c

+ 2 - 1
kernel/perf_event.c

@@ -2933,7 +2933,7 @@ again:
 	 */
 
 	if (!local_dec_and_test(&data->nest))
-		return;
+		goto out;
 
 	/*
 	 * Publish the known good head. Rely on the full barrier implied
@@ -2954,6 +2954,7 @@ again:
 	if (handle->wakeup != local_read(&data->wakeup))
 		perf_output_wakeup(handle);
 
+ out:
 	preempt_enable();
 }