On Fri, Apr 18, 2014 at 08:49:51PM +0800, Lai Jiangshan wrote: > When the smaller id is not found, idr_replace() returns -ENOENT. > But when the id is bigger enough, idr_replace() returns -EINVAL, > actually there is no difference between these two kinds of ids. > > These are all unallocated id, the return values of the idr_replace() > for these ids should be the same: -ENOENT. > > Signed-off-by: Lai Jiangshan <la...@cn.fujitsu.com>
Acked-by: Tejun Heo <t...@kernel.org> Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/