commit | b03f8e43c9261878bf29d8cc1c3ba458cc98287e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Jun 18 19:02:48 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Tue Aug 21 23:54:21 2018 -0400 |
tree | afc7045075d7fdafcac2ea5a3eaa46fe44644e91 | |
parent | f272668deb9108b6118a85ffd73886b9a92c1002 [diff] |
ida: Remove old API Delete ida_pre_get(), ida_get_new(), ida_get_new_above() and ida_remove() from the public API. Some of these functions still exist as internal helpers, but they should not be called by consumers. Signed-off-by: Matthew Wilcox <willy@infradead.org>