[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Calling bio_endio() without completing submit_bio()
- From: "Abhishek Gupta" <abhishekgupt gmail com>
- To: dm-devel redhat com
- Subject: [dm-devel] Calling bio_endio() without completing submit_bio()
- Date: Sun, 19 Mar 2006 12:14:37 -0800
Hi everyone,
Does anyone know if it is possible to make a call to bio_endio() while
we are still executing a submit_bio()? For example, a call to
submit_bio() on a virtual device backed by the device mapper would end
up in a call to the dm_request() function, which would eventually end
up in a call to ti->type->map() in __map_bio() function. Is it
valid to call bio_endio() from the map() function for individual target
types?
Let me know if I am totally crazy.
Thanks
Abhishek Gupta
Graduate Student 2nd Year
Department of Computer Science,
UBC, Vancouver, Canada.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]