Martin Dalecki <dalecki _at_ evision-ventures.com> > The attached patch does the following. > > 1. Clean up some ifdef confusion in do_mount > > 2. Clean up the scsi code to make ppa.c work. > > 3. Clean up some unneccessary unneeded globals from scsi code. > > 4. Make a bit more sure, that the minor() and friends end up in > unsigned int's. <snip/> Martin, Please don't post a omnibus SCSI subsystem patch like this. Most of the code you are changing is actively maintained. For example: - scsi mid-level + sr [Jens Axboe] - ppa [Tim Waugh] - sg [me] Some of us have grown attached to the way 'cat /proc/scsi/scsi' looks. More importantly, many distributions have scripts that parse it. GOTO Masanori's <gotom _at_ debian.or.jp> suggestion of of an exported scsi_device_types() seems a better option. Also there are 32 SCSI device types (0 to 31) and perhaps the "unknown"s and those that are missing could be replaced by scsi_dev_<n> . Also there is an appropriate newsgroup for this sort of proposal and it is called: linux-scsi _at_ vger.kernel.org Doug Gilbert - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: PATCH 2.5.2-pre9 scsi cleanupMartin Dalecki <dalecki _at_ evision-ventures.com>
- Prev by Date: Re: [RFC] klibc requirements
- Next by Date: Re: [2.4.17/18pre] VM and swap - it's really unusable
- Previous by thread: Re: PATCH 2.5.2-pre9 scsi cleanup
- Next by thread: Re: PATCH 2.5.2-pre9 scsi cleanup
- Indexes:[Main][Thread]