Displaying 2 results from an estimated 2 matches for "c708ecc".
Did you mean:
c708ac4c
2010 Jun 03
0
[PATCH 1/3][STABLE] KVM: fix delayed refill checking
...y it would occur within a day.
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Acked-by: Rusty Russell <rusty at rustcorp.com.au>
Signed-off-by: David S. Miller <davem at davemloft.net>
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index c708ecc..9ead30b 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -395,8 +395,7 @@ static void refill_work(struct work_struct *work)
vi = container_of(work, struct virtnet_info, refill.work);
napi_disable(&vi->napi);
- try_fill_recv(vi, GFP_KERNEL);
-...
2010 Jun 03
0
[PATCH 1/3][STABLE] KVM: fix delayed refill checking
...y it would occur within a day.
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Acked-by: Rusty Russell <rusty at rustcorp.com.au>
Signed-off-by: David S. Miller <davem at davemloft.net>
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index c708ecc..9ead30b 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -395,8 +395,7 @@ static void refill_work(struct work_struct *work)
vi = container_of(work, struct virtnet_info, refill.work);
napi_disable(&vi->napi);
- try_fill_recv(vi, GFP_KERNEL);
-...