[PATCH 0/15 v2] ide-atapi: remove pc->buf and misc cleanups

From: Borislav Petkov
Date: Fri May 15 2009 - 01:12:50 EST


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.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/