* [KJ] New idea for TODO
@ 2006-09-05 20:05 Henne
2006-09-05 20:56 ` Adrian Bunk
2006-09-05 21:59 ` Henne
0 siblings, 2 replies; 3+ messages in thread
From: Henne @ 2006-09-05 20:05 UTC (permalink / raw)
To: kernel-janitors
Hi there,
I know that the TODO list is long, but I may have found a new task.
In drivers/scsi lies a file called scsi.h which seems to be a relict and is included in many mature scsi-drivers,
but include/scsi/scsi.h would be the better choice.
After a little surfing I think all typedef'd Scsi_Cmnd can be replaced with struct scsi_cmnd, to get rid of
that typedef stuff.
Correct me if I'm wrong.
Greets,
Henne
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [KJ] New idea for TODO
2006-09-05 20:05 [KJ] New idea for TODO Henne
@ 2006-09-05 20:56 ` Adrian Bunk
2006-09-05 21:59 ` Henne
1 sibling, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-09-05 20:56 UTC (permalink / raw)
To: kernel-janitors
On Tue, Sep 05, 2006 at 10:05:21PM +0200, Henne wrote:
> Hi there,
>
> I know that the TODO list is long, but I may have found a new task.
>
> In drivers/scsi lies a file called scsi.h which seems to be a relict and is included in many mature scsi-drivers,
> but include/scsi/scsi.h would be the better choice.
> After a little surfing I think all typedef'd Scsi_Cmnd can be replaced with struct scsi_cmnd, to get rid of
> that typedef stuff.
>
> Correct me if I'm wrong.
include/scsi/scsi.h says:
/*
* NOTE: this file only contains compatibility glue for old drivers. All
* these wrappers will be removed sooner or later. For new code please use
* the interfaces declared in the headers in include/scsi/
*/
The file is already nearly empty, and the goal is getting it completely
empty, not moving the remaining stuff to a different header.
> Greets,
> Henne
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [KJ] New idea for TODO
2006-09-05 20:05 [KJ] New idea for TODO Henne
2006-09-05 20:56 ` Adrian Bunk
@ 2006-09-05 21:59 ` Henne
1 sibling, 0 replies; 3+ messages in thread
From: Henne @ 2006-09-05 21:59 UTC (permalink / raw)
To: kernel-janitors
>> I know that the TODO list is long, but I may have found a new task.
>>
>> In drivers/scsi lies a file called scsi.h which seems to be a relict and is included in many mature scsi-drivers,
>> but include/scsi/scsi.h would be the better choice.
>> After a little surfing I think all typedef'd Scsi_Cmnd can be replaced with struct scsi_cmnd, to get rid of
>> that typedef stuff.
>>
>> Correct me if I'm wrong.
>
> include/scsi/scsi.h says:
>
> /*
> * NOTE: this file only contains compatibility glue for old drivers. All
> * these wrappers will be removed sooner or later. For new code please use
> * the interfaces declared in the headers in include/scsi/
> */
>
> The file is already nearly empty, and the goal is getting it completely
> empty, not moving the remaining stuff to a different header.
Thats what I meant, but I think I don't wrote it, right?
I wanted to say:
- change Scsi_Cmnd to struct scsi_cmnd in all drivers
- delete the include "scsi_typedefs.h" from drivers/scsi.h and
- remove drivers/scsi_typedefs.h from the tree
Don't ask me why I didn't wrote it in my first mail. :)
Greets,
Henne
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-05 21:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-05 20:05 [KJ] New idea for TODO Henne
2006-09-05 20:56 ` Adrian Bunk
2006-09-05 21:59 ` Henne
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.