Messages in this thread |  | | | From | Borislav Petkov <> | | Subject | [PATCH 0/15 v2] ide-atapi: remove pc->buf and misc cleanups | | Date | Fri, 15 May 2009 07:11:18 +0200 |
| |
Hi,
this is the newest respin of the current patchset with all issues from the previous review round fixed:
- 0003: fixed checkpatch issues
- 0005: documented additional change in the commit message
- 0009: converted to using bio_data() helper; pushed pc->buf removal to #12; moved unrelated changes to 0010
- 0014: updated/fixed checkpatch issues
It also got rebased ontop of block/for-2.6.31 after Tejun's stuff got merged.
Changelog: - v1:
Among the changes is a first attempt to remove the 64 byte buffer embedded in each packet command sent to an ide drive. Also, some ireason handling unification is there along with other minor stuff.
This is based ontop of
git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git for-2.6.31
and is at
git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git remove-pc-buf
drivers/ide/ide-atapi.c | 138 ++++++++++++++++++++------------ drivers/ide/ide-cd.c | 68 +++------------- drivers/ide/ide-floppy.c | 50 +++++------- drivers/ide/ide-floppy_ioctl.c | 43 ++++++----- drivers/ide/ide-tape.c | 172 +++++++++++++++++++--------------------- include/linux/ide.h | 18 +--- 6 files changed, 229 insertions(+), 260 deletions(-) -- Thanks, Boris.
|  |