Skip to content
Snippets Groups Projects
Commit 234a4624 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

idr: Delete idr_replace_ext function


Changing idr_replace's 'id' argument to 'unsigned long' works for all
callers.  Callers which passed a negative ID now get -ENOENT instead of
-EINVAL.  No callers relied on this error value.

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent 9c160941
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment