Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: set no_llseek in stat_fops_per_vm
In vm_stat_get_per_vm_fops and vcpu_stat_get_per_vm_fops, since we use nonseekable_open() to open, we should use no_llseek() to seek, not generic_file_llseek(). Signed-off-by: Geliang Tang <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information