commit | 4f2ed694148131f93baffca9e68b0cd8dcc96c38 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Wed Jun 21 19:46:47 2017 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 29 20:09:12 2017 -0400 |
tree | 584c9391913c98f5b88e3f8eaf4b86d9837265c0 | |
parent | cc658db47d6897a8571fb6227f59d1d18151b0b2 [diff] |
minix: Deinline get_block, save 2691 bytes This function compiles to 1402 bytes of machine code. It has 2 callsites, and also a not-inlined copy gets created by compiler anyway since its address gets passed as a parameter to block_truncate_page(). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> CC: Al Viro <viro@zeniv.linux.org.uk> CC: linux-fsdevel@vger.kernel.org CC: linux-kernel@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>