cls_u32: Convert to idr_alloc_u32
authorMatthew Wilcox <mawilcox@microsoft.com>
Tue, 28 Nov 2017 18:45:02 +0000 (13:45 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 6 Feb 2018 21:41:27 +0000 (16:41 -0500)
commitf730cb93db8e640f95ba4acb339d5732e1721730
tree61a9f3a4869bc9f757ec995bdc4c31a7be0b61c1
parentffdc2d9e1afd20e9f9d205115661481e984542d6
cls_u32: Convert to idr_alloc_u32

No real benefit to this classifier, but since we're allocating a u32
anyway, we should use this function.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
net/sched/cls_u32.c