memstick: use fully asynchronous request processing
Instead of using a separate thread to pump requests from block layer queue to memstick, do so inline, utilizing the callback design of the memstick. [akpm@linux-foundation.org: fix warnings] Signed-off-by:Alex Dubov <oakad@yahoo.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/memstick/core/memstick.c 5 additions, 2 deletionsdrivers/memstick/core/memstick.c
- drivers/memstick/core/mspro_block.c 159 additions, 185 deletionsdrivers/memstick/core/mspro_block.c
- drivers/memstick/host/jmb38x_ms.c 25 additions, 10 deletionsdrivers/memstick/host/jmb38x_ms.c
- drivers/memstick/host/tifm_ms.c 29 additions, 20 deletionsdrivers/memstick/host/tifm_ms.c
Loading
Please register or sign in to comment