Prev: [PATCHv3 1/2] lib: vsprintf: optimised put_dec() function
Next: [PATCH -v2] perf, x86: try to handle unknown nmis with running perfctrs
From: Davidlohr Bueso on 11 Aug 2010 18:10 Hi, I have been going through Documentation/filesystems/sysfs.txt, and noticed what I believe to be either outdated or incomplete: The "Top Level Directory Layout" mentions block/ bus/ class/ dev/ devices/ firmware/ net/ fs/ We seem to be missing kernel, power, hypervisor, module, etc. dave(a)cowboy:~$ ls /sys/ block class devices fs kernel power bus dev firmware hypervisor module I am preparing a patch to complete this, but could someone confirm first that this is actually what is meant. Thanks, Davidlohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 11 Aug 2010 20:30
On Wed, Aug 11, 2010 at 06:05:21PM -0400, Davidlohr Bueso wrote: > Hi, Any reason you didn't send this to the current sysfs maintainer? > I have been going through Documentation/filesystems/sysfs.txt, and > noticed what I believe to be either outdated or incomplete: > > The "Top Level Directory Layout" mentions > block/ > bus/ > class/ > dev/ > devices/ > firmware/ > net/ > fs/ > > We seem to be missing kernel, power, hypervisor, module, etc. > > dave(a)cowboy:~$ ls /sys/ > block class devices fs kernel power > bus dev firmware hypervisor module > > I am preparing a patch to complete this, but could someone confirm first > that this is actually what is meant. It would be nice to have it match up to reality, Documentation usually lags. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |