]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[S390] tape block: complete request with correct locking
authorFrank Munzert <munzert@de.ibm.com>
Tue, 28 Oct 2008 10:10:17 +0000 (11:10 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 28 Oct 2008 10:12:04 +0000 (11:12 +0100)
commit7a4a1ccd44c85c7d92b20a361e3854431c6935e0
tree11a8cf84fe4ec22733529336cc633ede26db2774
parentda5aae7036692fa8d03da1b705c76fd750ed9e38
[S390] tape block: complete request with correct locking

__blk_end_request must be called with request queue lock held. We need to use
blk_end_request rather than  __blk_end_request.

Signed-off-by: Frank Munzert <munzert@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/tape_block.c