]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH 2/3] cciss: bug fix for BIG_PASS_THRU
authorJens Axboe <axboe@suse.de>
Fri, 18 Nov 2005 21:02:44 +0000 (22:02 +0100)
committerJens Axboe <axboe@suse.de>
Fri, 18 Nov 2005 21:02:44 +0000 (22:02 +0100)
commit15534d3803993345d8db32246ec329d8f83502e1
treec486ab074dffc2cb2af56299e3d558bf7afa9e20
parent7f0d50391adf371a0e66da0a1a44ba5cc6744ee8
[PATCH 2/3] cciss: bug fix for BIG_PASS_THRU

Applications using CCISS_BIG_PASSTHRU complained that the data written
was zeros. The problem is that the buffer is being cleared after the
user copy, unless the user copy has failed... Correct that logic.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/block/cciss.c