/proc filesystem code cleanup

Rob Riggs (rriggs@tesser.com)
Thu, 26 Sep 1996 14:35:55 -0600 (MDT)


I am working with on implementing /proc support on a driver and
noticed that each subsystem seems to implement their interface to
the proc code a bit differently. Only the SCSI devices seem to
have any sort of uniform proc interface, but it is still very
SCSI specific.

It does not look too difficult to make the code more uniform and
generic. We should be able to reduce the code a bit, since parts
of the code are duplicated, with slight variances.

I am planning on working on this in the next few weeks. Is anyone
currently maintaining the proc code? I did not see an entry in
MAINTAINERS.

Rob
(rriggs@tesser.com)