Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322090
b: refs/heads/master
c: 934ad4c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Aug 22, 2012
1 parent 498043f commit e836d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 312b90fbed0e07f61d2f060789440a83df6bba23
refs/heads/master: 934ad4c235f87dcb9206abdfa22922358999afab
3 changes: 2 additions & 1 deletion trunk/drivers/vfio/vfio.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,9 @@ static void vfio_device_release(struct kref *kref)
/* Device reference always implies a group reference */
static void vfio_device_put(struct vfio_device *device)
{
struct vfio_group *group = device->group;
kref_put(&device->kref, vfio_device_release);
vfio_group_put(device->group);
vfio_group_put(group);
}

static void vfio_device_get(struct vfio_device *device)
Expand Down

0 comments on commit e836d35

Please sign in to comment.