]> git.karo-electronics.de Git - karo-tx-linux.git/commit
idr: print a stack dump after ida_remove warning
authorJean Delvare <jdelvare@suse.de>
Thu, 9 May 2013 23:57:49 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:59 +0000 (14:17 +1000)
commit4d20df378665b434049f559d710b505cb744ddbb
tree36991fe610b0d50e13c242bb4509ab90ea304498
parented6cd8aa753b0e878681c25fc29f288e4d7c2e1c
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