diff options
author | Kent Overstreet <kmo@daterainc.com> | 2013-07-05 19:16:27 -0700 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2013-07-05 21:53:06 -0700 |
commit | afefb6d12f2a5dd809a7b4e348f7fe977ba55cf9 (patch) | |
tree | e5aee24dd1088a65592a1c2b301231c865d9abb8 /include/linux/idr.h | |
parent | c1ce81ad0a46c28e320a7f80aaac644c3b45e19b (diff) |
big ida performance improvementsidr-performance-hacks
Diffstat (limited to 'include/linux/idr.h')
-rw-r--r-- | include/linux/idr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h index 418d87c92528..f30ceb368895 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -45,6 +45,8 @@ struct ida { * leaf nodes, ida->nodes - ida->first_leaf == number of leaf nodes */ unsigned first_leaf; + unsigned pad; + unsigned sections; unsigned long **tree; |