Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274723
b: refs/heads/master
c: 7b0ac95
h: refs/heads/master
i:
  274721: e6453ce
  274719: 8d837a7
v: v3
  • Loading branch information
Ruslan Pisarev authored and Konrad Rzeszutek Wilk committed Jul 26, 2011
1 parent cfe34e3 commit 87c68fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 088c05a845da821fba9e5434bbcc6329368de34e
refs/heads/master: 7b0ac956d91b91a1e05e4e0b454d65710fc73cd8
3 changes: 1 addition & 2 deletions trunk/drivers/xen/gntdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ static void gntdev_put_map(struct grant_map *map)

atomic_sub(map->count, &pages_mapped);

if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) {
if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT)
notify_remote_via_evtchn(map->notify.event);
}

if (map->pages) {
if (!use_ptemod)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/xen/grant-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int gnttab_query_foreign_access(grant_ref_t ref)

nflags = shared[ref].flags;

return (nflags & (GTF_reading|GTF_writing));
return nflags & (GTF_reading|GTF_writing);
}
EXPORT_SYMBOL_GPL(gnttab_query_foreign_access);

Expand Down

0 comments on commit 87c68fe

Please sign in to comment.