Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | Revert "proc: revert /proc/uptime to ->read_proc hook" | Alexey Dobriyan | |
This reverts commit 6c87df37dcb9c6c33923707fa5191e0a65874d60. proc files implemented through seq_file do pread(2) now. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> | |||
2008-10-27 | proc: revert /proc/uptime to ->read_proc hook | Alexey Dobriyan | |
Turned out some VMware userspace does pread(2) on /proc/uptime, but seqfiles currently don't allow pread() resulting in -ESPIPE. Seqfiles in theory can do pread(), but this can be a long story, so revert to ->read_proc until then. http://bugzilla.kernel.org/show_bug.cgi?id=11856 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> | |||
2008-10-23 | proc: switch /proc/uptime to seq_file | Alexey Dobriyan | |
and move it to fs/proc/uptime.c while I'm at it. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> |