https://github.com/torvalds/linux
Revision 8b90db0df7187a01fb7177f1f812123138f562cf authored by Linus Torvalds on 30 December 2005, 16:39:10 UTC, committed by Linus Torvalds on 30 December 2005, 16:39:10 UTC
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: Linus Torvalds <torvalds@osdl.org>
1 parent 40c3721
History
Tip revision: 8b90db0df7187a01fb7177f1f812123138f562cf authored by Linus Torvalds on 30 December 2005, 16:39:10 UTC
Insanity avoidance in /proc
Tip revision: 8b90db0
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 63.8 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top