commit | 1df895190233fcc30d46beca4550bcafb7b959a6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Jun 18 19:11:56 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Tue Aug 21 23:54:21 2018 -0400 |
tree | e71ce3cf8322831d2a75be80540a0956993bca42 | |
parent | b03f8e43c9261878bf29d8cc1c3ba458cc98287e [diff] |
ida: Change ida_get_new_above to return the id This calling convention makes more sense for the implementation as well as the callers. It even shaves 32 bytes off the compiled code size. Signed-off-by: Matthew Wilcox <willy@infradead.org>