commit | 0c8eb04a6241da28deb108181213b791c378123b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 30 12:12:13 2013 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 30 12:15:34 2013 +0100 |
tree | 5b93f4f81a51a1118ad271c8a94b414c3d6859d2 | |
parent | d780a31271b2f455cb4b83eb018ecfb1c28ef5c1 [diff] |
KVM: use a more sensible error number when debugfs directory creation fails I don't know if this was due to cut and paste, or somebody was really using a D20 to pick the error code for kvm_init_debugfs as suggested by Linus (EFAULT is 14, so the possibility cannot be entirely ruled out). In any case, this patch fixes it. Reported-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>