]> git.baikalelectronics.ru Git - kernel.git/commit
vhost: make interval tree static inline
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Dec 2016 03:57:54 +0000 (05:57 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 04:59:17 +0000 (06:59 +0200)
commita7493e6ab9b207607e763bc240c34619bd2b0f53
tree9daa05107cdff70182a24503aa127f06480aab44
parent09348b6e59c660cbb1a4053b8357046bc478b73d
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>
drivers/vhost/vhost.c