commit | 2b1106a407cc592cbce7d7bda146d9b99d482df3 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Jul 14 12:24:33 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Jul 17 16:56:01 2023 -0400 |
tree | 2946c78a560d8f63c8b51410cd6e56d6839d7bcc | |
parent | 4feb182f12313ab7c29b5b0e2a6433c4dc86f725 [diff] |
kernel: userspace: Use only list for dynamic objs Since the rbtree is using as list because we no longer can assume that the object pointer is the address of the data field in the dynamic object struct, lets just use the already existent dlist for tracking dynamic kernel objects. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>