commit | 2f952c0105d14bd46bb6d6a3cc03ad789a381228 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 06 05:57:54 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:17 2016 +0200 |
tree | 9daa05107cdff70182a24503aa127f06480aab44 | |
parent | 3373755a415c9c8024d26cf32fd812a8cdb82541 [diff] |
vhost: make interval tree static inline vhost_umem_interval_tree is only used locally within vhost.c, mark it static. As some functions generated go unused, this triggers warnings unless we also mark it inline. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>