Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93773
b: refs/heads/master
c: 5c50274
h: refs/heads/master
i:
  93771: a1f950d
v: v3
  • Loading branch information
Jan Engelhardt authored and Avi Kivity committed Apr 27, 2008
1 parent ff2be13 commit 8985f83
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: d95058a1a7170ae2af2939cbdab0ff5d5e005238
refs/heads/master: 5c5027425ec23ded452879ee5d0775a9a90fb9bf
4 changes: 2 additions & 2 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ static int kvm_vcpu_release(struct inode *inode, struct file *filp)
return 0;
}

static struct file_operations kvm_vcpu_fops = {
static const struct file_operations kvm_vcpu_fops = {
.release = kvm_vcpu_release,
.unlocked_ioctl = kvm_vcpu_ioctl,
.compat_ioctl = kvm_vcpu_ioctl,
Expand Down Expand Up @@ -1005,7 +1005,7 @@ static int kvm_vm_mmap(struct file *file, struct vm_area_struct *vma)
return 0;
}

static struct file_operations kvm_vm_fops = {
static const struct file_operations kvm_vm_fops = {
.release = kvm_vm_release,
.unlocked_ioctl = kvm_vm_ioctl,
.compat_ioctl = kvm_vm_ioctl,
Expand Down

0 comments on commit 8985f83

Please sign in to comment.