Skip to content
Commit 6c87df37 authored by Alexey Dobriyan's avatar Alexey Dobriyan
Browse files

proc: revert /proc/uptime to ->read_proc hook

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: default avatarAlexey Dobriyan <adobriyan@gmail.com>
parent e013e13b
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