]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbc3131ee955144de4b76a8eb872917d102fb68f
treeee9906456c359338a5e159066d383697830ae17a
parent963ec73d731efae33dbb733ff5ab5f5590e018b0
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