]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: Remove stat_set from debugfs
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 1 Aug 2007 00:12:22 +0000 (10:12 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:22 +0000 (10:18 +0200)
commit3dea7ca7160f80dd6d31c0bbeb2d871e51b567b6
tree74ee76cb5dc45e3f3b39c8dbd0b2e4089a5d6ff4
parent54e11fa1f87771df0fc1bb42a75be0740c3babb9
KVM: Remove stat_set from debugfs

We shouldn't define stat_set on the debug attributes, since that will
cause silent failure on writing: without a set argument, userspace
will get -EACCESS.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c