Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373158
b: refs/heads/master
c: db6ae61
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Gleb Natapov committed May 5, 2013
1 parent 818406a commit 43890c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfd2bb8426e203a7a97cd9b2d494d43d8df2cf8a
refs/heads/master: db6ae6158186a17165ef990bda2895ae7594b039
3 changes: 3 additions & 0 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,9 @@ static int kvm_device_release(struct inode *inode, struct file *filp)

static const struct file_operations kvm_device_fops = {
.unlocked_ioctl = kvm_device_ioctl,
#ifdef CONFIG_COMPAT
.compat_ioctl = kvm_device_ioctl,
#endif
.release = kvm_device_release,
};

Expand Down

0 comments on commit 43890c1

Please sign in to comment.