-
由 Matthew Wilcox 提交于
One of the charming quirks of the idr_alloc() interface is that you can pass a negative end and it will be interpreted as "maximum". Ensure we don't break that. Signed-off-by: NMatthew Wilcox <mawilcox@microsoft.com>6e6d3014
One of the charming quirks of the idr_alloc() interface is that you
can pass a negative end and it will be interpreted as "maximum". Ensure
we don't break that.
Signed-off-by: NMatthew Wilcox <mawilcox@microsoft.com>