[IA64] perfmon: fix async exit bug
authorstephane eranian <eranian@googlemail.com>
Wed, 11 Jun 2008 22:24:13 +0000 (15:24 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 11 Jun 2008 22:24:13 +0000 (15:24 -0700)
Move the cleanup of the async queue to the close callback from the flush
callback. This avoids losing asynchronous overflow notifications when
the file descriptor is shared by multiple processes and one terminates.

Signed-off-by: Stephane Eranian <eranian@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found