Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment