kernel/include/linux/idr.h
.. .. @@ -169,10 +169,7 @@ 169 169 * Each idr_preload() should be matched with an invocation of this 170 170 * function. See idr_preload() for details. 171 171 */ 172 -static inline void idr_preload_end(void)173 -{174 - preempt_enable();175 -}172 +void idr_preload_end(void);176 173 177 174 /** 178 175 * idr_for_each_entry() - Iterate over an IDR's elements of a given type.