idr: Rename idr_for_each_entry_ext
authorMatthew Wilcox <mawilcox@microsoft.com>
Tue, 28 Nov 2017 20:39:51 +0000 (15:39 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 6 Feb 2018 21:41:28 +0000 (16:41 -0500)
commit7a4575778f4db109b8b78e6dba03271096793f88
treeee9906456c359338a5e159066d383697830ae17a
parent460488c58ca8b9167463ac22ec9a2e33db351962
idr: Rename idr_for_each_entry_ext

Most places in the kernel that we need to distinguish functions by the
type of their arguments, we use '_ul' as a suffix for the unsigned long
variant, not '_ext'.  Also add kernel-doc.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
include/linux/idr.h
lib/idr.c
net/sched/act_api.c