Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291803
b: refs/heads/master
c: c6daa7f
h: refs/heads/master
i:
  291801: 37fed1b
  291799: c88fabe
v: v3
  • Loading branch information
Cong Wang authored and Cong Wang committed Mar 20, 2012
1 parent 388c01c commit 8d1868a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca747d610b765f184e0662088dd9aeecf9a17822
refs/heads/master: c6daa7ffa834c850b3dbb38af6980415caef680d
4 changes: 2 additions & 2 deletions trunk/drivers/vhost/vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ static int set_bit_to_user(int nr, void __user *addr)
if (r < 0)
return r;
BUG_ON(r != 1);
base = kmap_atomic(page, KM_USER0);
base = kmap_atomic(page);
set_bit(bit, base);
kunmap_atomic(base, KM_USER0);
kunmap_atomic(base);
set_page_dirty_lock(page);
put_page(page);
return 0;
Expand Down

0 comments on commit 8d1868a

Please sign in to comment.