commit | 15534d3803993345d8db32246ec329d8f83502e1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Fri Nov 18 22:02:44 2005 +0100 |
committer | Jens Axboe <axboe@suse.de> | Fri Nov 18 22:02:44 2005 +0100 |
tree | c486ab074dffc2cb2af56299e3d558bf7afa9e20 | |
parent | 7f0d50391adf371a0e66da0a1a44ba5cc6744ee8 [diff] |
[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>