commit | e53cb35aaefb83de695e3fd305b9cfabd5bf8c86 | [log] [tgz] |
---|---|---|
author | Mark Haverkamp <markh@osdl.org> | Wed Aug 03 15:39:09 2005 -0700 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri Aug 05 16:51:57 2005 -0500 |
tree | a867bcdd28f7e0d7e735b10086e02337875bdbaa | |
parent | bd1aac809ddbcf7772cfd809d8cfb29c729c6cf9 [diff] |
[SCSI] aacraid: remove duplicate io callback code Received from Mark Salyzyn from Adaptec: This patch removes the duplicate code in the write_callback command completion handler, and renames read_callback to io_callback. Optimized the lba calculation into the debug print routine macro to optimize the i/o code path. Signed-off-by: Mark Haverkamp <markh@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>