04_ide_remove_unused_fields.patch

        Remove unused fields ide_drive_t->rq and ide_task_t->special

Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>

 drivers/ide/ide-tape.c |    1 -
 include/linux/ide.h    |    2 --
 2 files changed, 3 deletions(-)

Index: linux-taskfile-ng/drivers/ide/ide-tape.c
===================================================================
--- linux-taskfile-ng.orig/drivers/ide/ide-tape.c       2005-03-05 
10:37:51.567375213 +0900
+++ linux-taskfile-ng/drivers/ide/ide-tape.c    2005-03-05 10:46:59.482894810 
+0900
@@ -1733,7 +1733,6 @@ static int idetape_end_request(ide_drive
        }
        ide_end_drive_cmd(drive, 0, 0);
 //     blkdev_dequeue_request(rq);
-//     drive->rq = NULL;
 //     end_that_request_last(rq);
 
        if (remove_stage)
Index: linux-taskfile-ng/include/linux/ide.h
===================================================================
--- linux-taskfile-ng.orig/include/linux/ide.h  2005-03-05 10:46:59.095955301 
+0900
+++ linux-taskfile-ng/include/linux/ide.h       2005-03-05 10:46:59.483894654 
+0900
@@ -660,7 +660,6 @@ typedef struct ide_drive_s {
 
        request_queue_t         *queue; /* request queue */
 
-       struct request          *rq;    /* current request */
        struct ide_drive_s      *next;  /* circular list of hwgroup drives */
        struct ide_driver_s     *driver;/* (ide_driver_t *) */
        void            *driver_data;   /* extra driver data */
@@ -934,7 +933,6 @@ typedef struct ide_task_s {
        ide_pre_handler_t       *prehandler;
        ide_handler_t           *handler;
        struct request          *rq;            /* copy of request */
-       void                    *special;       /* valid_t generally */
 } ide_task_t;
 
 typedef struct hwgroup_s {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to