hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
kernel/include/linux/idr.h
....@@ -169,10 +169,7 @@
169169 * Each idr_preload() should be matched with an invocation of this
170170 * function. See idr_preload() for details.
171171 */
172
-static inline void idr_preload_end(void)
173
-{
174
- preempt_enable();
175
-}
172
+void idr_preload_end(void);
176173
177174 /**
178175 * idr_for_each_entry() - Iterate over an IDR's elements of a given type.