Skip to content
Commit def945ee authored by Yinghai Lu's avatar Yinghai Lu Committed by Thomas Gleixner
Browse files

irq: Remove smp_affinity_list when unregister irq proc



commit 4b060420(bitmap, irq: add smp_affinity_list interface to
/proc/irq) causes the following warning:

[  274.239500] WARNING: at fs/proc/generic.c:850 remove_proc_entry+0x24c/0x27a()
[  274.251761] remove_proc_entry: removing non-empty directory 'irq/184',
    	       leaking at least 'smp_affinity_list'

Remove the new file in the exit path.

Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
Cc: Mike Travis <travis@sgi.com>
Link: http://lkml.kernel.org/r/4DDDE094.6050505@kernel.org


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 4db70f73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment