* 3.1.0-rc4: oops at elv_put_request()
@ 2011-09-11 21:36 Alexey Dobriyan
[not found] ` <CA+55aFxL3aK9kDOdfGUSVzcXJcotFKaQnmJXt4rqgBFL6oo52Q@mail.gmail.com>
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2011-09-11 21:36 UTC (permalink / raw)
To: axboe, jbottomley, torvalds, akpm; +Cc: linux-kernel, linux-scsi
Caught this one, there was no real load at the moment.
FWIW, setup is ext4 over RAID-6 across 4 disks.
elv_put_request
__blk_put_request
blk_put_request
scsi_execute
scsi_execute_req
scsi_test_unit_ready
sd_check_events
disk_events_workfn
process_one_work
worker_thread
kthread
kernel_thread_helper
$ addr2line -e vmlinux 0xffffffff811bcbbb
block/elevator.c:772
768 void elv_put_request(struct request_queue *q, struct request *rq)
769 {
770 struct elevator_queue *e = q->elevator;
771
772 ===> if (e->ops->elevator_put_req_fn) <===
773 e->ops->elevator_put_req_fn(rq);
774 }
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-14 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-11 21:36 3.1.0-rc4: oops at elv_put_request() Alexey Dobriyan
[not found] ` <CA+55aFxL3aK9kDOdfGUSVzcXJcotFKaQnmJXt4rqgBFL6oo52Q@mail.gmail.com>
2011-09-14 7:02 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®