idr_remove(9) remove the given id and free its slot

SYNOPSIS

void idr_remove(struct idr * idp, int id);

ARGUMENTS

idp

idr handle

id

unique key

COPYRIGHT