projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab00c42
)
vhost: Remove vhost_enable_zcopy in vhost.h
author
Asias He
<asias@redhat.com>
Mon, 6 May 2013 08:38:19 +0000
(16:38 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 6 May 2013 10:21:15 +0000
(13:21 +0300)
It is net.c specific.
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.h
patch
|
blob
|
history
diff --git
a/drivers/vhost/vhost.h
b/drivers/vhost/vhost.h
index
ec72686
..
a7ad635
100644
(file)
--- a/
drivers/vhost/vhost.h
+++ b/
drivers/vhost/vhost.h
@@
-186,7
+186,4
@@
static inline int vhost_has_feature(struct vhost_dev *dev, int bit)
acked_features = rcu_dereference_index_check(dev->acked_features, 1);
return acked_features & (1 << bit);
}
-
-void vhost_enable_zcopy(int vq);
-
#endif