search for: 576300b

Displaying 2 results from an estimated 2 matches for "576300b".

Did you mean: 57600
2010 Nov 29
1
[PATCH] vhost: correctly set bits of dirty pages
...across pages with write_address not start at page boundary. Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/vhost.c | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index a29d91c..576300b 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -884,23 +884,21 @@ static int set_bit_to_user(int nr, void __user *addr) static int log_write(void __user *log_base, u64 write_address, u64 write_length) { - int r; - if (!write_length) - return 0; - write_address /= VHOST...
2010 Nov 29
1
[PATCH] vhost: correctly set bits of dirty pages
...across pages with write_address not start at page boundary. Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/vhost.c | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index a29d91c..576300b 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -884,23 +884,21 @@ static int set_bit_to_user(int nr, void __user *addr) static int log_write(void __user *log_base, u64 write_address, u64 write_length) { - int r; - if (!write_length) - return 0; - write_address /= VHOST...