commit | e678e9ddea96590888b034e2a7ad1128bf1ea1ea | [log] [tgz] |
---|---|---|
author | Brian Vazquez <brianvv@google.com> | Tue Jun 23 09:42:31 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 15:11:19 2020 -0700 |
tree | d730c3a5518957e8c75b00e108d8dc20a2211b33 | |
parent | 13fdc4193c2f9325cfa11bccd305e9ad40226f27 [diff] |
indirect_call_wrapper: extend indirect wrapper to support up to 4 calls There are many places where 2 annotations are not enough. This patch adds INDIRECT_CALL_3 and INDIRECT_CALL_4 to cover such cases. Signed-off-by: Brian Vazquez <brianvv@google.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>