Skip to content
Commit 8b90db0d authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Insanity avoidance in /proc



The old /proc interfaces were never updated to use loff_t, and are just
generally broken.  Now, we should be using the seq_file interface for
all of the proc files, but converting the legacy functions is more work
than most people care for and has little upside..

But at least we can make the non-LFS rules explicit, rather than just
insanely wrapping the offset or something.

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 40c37213
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment