> On November 2, 2001 03:20 am, Rusty Russell wrote:
> > I agree with the "one file, one value" idea.
>
> So cat /proc/partitions goes from being a nice, easy to read and use human
> interface to something other than that. Lets not go overboard.
Firstly, do not perpetuate the myth of /proc being "human readable". (Hint:
what language do humans speak?) It supposed to be "admin readable" and
"machine readable".
Secondly, it is possible to implement a table formatter which kicks in
when someone does a read() on a directory. This is not a desirable format:
look at /proc/mounts when you have a mount point with a space in it for a
good example.
Thanks!
Rusty.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/