diff options
author | Asias He <asias@redhat.com> | 2012-05-03 02:20:51 (GMT) |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-05-22 02:46:12 (GMT) |
commit | 90e03207f468e84258270ad07095ef50f925c17d (patch) | |
tree | b0a32e83e72f07064b9ae7156ec2bdc501734b6d /kernel/rtmutex-tester.c | |
parent | c877bab5072c8f461397949babbac10e348ae70d (diff) | |
download | linux-90e03207f468e84258270ad07095ef50f925c17d.tar.xz |
virtio: Use ida to allocate virtio index
Current index allocation in virtio is based on a monotonically
increasing variable "index". This means we'll run out of numbers
after a while. E.g. someone crazy doing this in host side.
while(1) {
hot-plug a virtio device
hot-unplug the virito devcie
}
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/rtmutex-tester.c')
0 files changed, 0 insertions, 0 deletions