projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/vhost/vhost.h
b/drivers/vhost/vhost.h
index ec72686a2797f9fe8ce94fc2c7e95e693a58d26d..a7ad63592987f33ed4fd773691b7f5f604220d51 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