]> git.karo-electronics.de Git - karo-tx-linux.git/commit
idr: print a stack dump after ida_remove warning
authorJean Delvare <jdelvare@suse.de>
Wed, 19 Jun 2013 00:08:25 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:44 +0000 (17:27 +1000)
commitd21271b50b95057693579e03eb2c4e34e74f90d1
treec7b420a3d7536e922d4622e48972bba699309e08
parent8e90a17c9b4fbdc7207ef55faab8d482a379074d
idr: print a stack dump after ida_remove warning

We print a dump stack after idr_remove warning.  This is useful to find
the faulty piece of code.  Let's do the same for ida_remove, as it would
be equally useful there.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Tejun Heo <tj@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/idr.c