commit | 339913a8be8a98fca5c72f5552f0316ff6d5e701 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Tue Nov 28 10:28:15 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Feb 06 16:40:33 2018 -0500 |
tree | f9167acbde7ef5aa296cbb7b6839e79911f2933a | |
parent | e096f6a762bc54d0e5d44ba8b196e70b58e04367 [diff] |
net sched actions: Convert to use idr_alloc_u32 Use the new helper. Also untangle the error path, and in so doing noticed that estimator generator failure would lead to us leaking an ID. Fix that bug. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>