summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/pcap_user.c
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-02-10 01:44:16 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-11 10:51:23 -0800
commit62f96cb01e8de7a5daee472e540f726db2801499 (patch)
tree0ad14b68eeb8170669e8072e9e09782fc8dd4b79 /arch/um/drivers/pcap_user.c
parent92b4202f38cf630350a9e1eb0ab23ca4fc5b687b (diff)
downloadtalos-obmc-linux-62f96cb01e8de7a5daee472e540f726db2801499.tar.gz
talos-obmc-linux-62f96cb01e8de7a5daee472e540f726db2801499.zip
[PATCH] uml: add per-device queues and locks to ubd driver
Replace global queue and lock with per-device queues and locks. Mostly a straightforward replacement of ubd_io_lock with dev->lock and ubd_queue with dev->queue. Complications - There was no way to get a request struct (and queue) from the structure sent to the io_thread, so a pointer to the request was added. This is needed in ubd_handler in order to kick do_ubd_request to process another request. Queue initialization is moved from ubd_init to ubd_add. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/drivers/pcap_user.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud