提交 9ce75499 编写于 作者: M Matthew Wilcox

cls_api: Convert to idr_alloc_u32

Use the new helper.
Signed-off-by: NMatthew Wilcox <mawilcox@microsoft.com>
上级 339913a8
...@@ -381,8 +381,8 @@ static int tcf_block_insert(struct tcf_block *block, struct net *net, ...@@ -381,8 +381,8 @@ static int tcf_block_insert(struct tcf_block *block, struct net *net,
struct tcf_net *tn = net_generic(net, tcf_net_id); struct tcf_net *tn = net_generic(net, tcf_net_id);
int err; int err;
err = idr_alloc_ext(&tn->idr, block, NULL, block_index, err = idr_alloc_u32(&tn->idr, block, &block_index, block_index,
block_index + 1, GFP_KERNEL); GFP_KERNEL);
if (err) if (err)
return err; return err;
block->index = block_index; block->index = block_index;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册