idr: Delete idr_remove_ext function
authorMatthew Wilcox <mawilcox@microsoft.com>
Tue, 28 Nov 2017 14:48:43 +0000 (09:48 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 6 Feb 2018 21:40:31 +0000 (16:40 -0500)
commit9c160941403ba833c8e67981806ccae73ff7aca7
tree0c84ab081d997296163970f22097a981c6a3ca37
parent6e6d301490936789ff57daaaaf63f44d928a4028
idr: Delete idr_remove_ext function

Simply changing idr_remove's 'id' argument to 'unsigned long' suffices
for all callers.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
include/linux/idr.h
net/sched/act_api.c
net/sched/cls_api.c
net/sched/cls_basic.c
net/sched/cls_bpf.c
net/sched/cls_flower.c
net/sched/cls_u32.c