kernel: remove 32bit-only pread,pwrite,openat,fstatat,statvfs,fstatvfs
commit92c3cd242c92e6870a24d784b400d0850f8e76c5
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 11 Mar 2019 19:12:47 +0000 (11 21:12 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Mon, 11 Mar 2019 19:12:47 +0000 (11 21:12 +0200)
treed63b37d83c6d71f9acfa9ee7e379dda9391c76da
parent99ab0c7ae1d1c82a0a47890faf4705e39b2bcb71
kernel: remove 32bit-only pread,pwrite,openat,fstatat,statvfs,fstatvfs

these were essentially dead code. the remaining 32-bit/largefile compat
stuff needs more care (eg. getdents, setrlimit, getrlimit, llseek,
lseek)
kernel/os/sysent.c
kernel/syscall/open.c
kernel/syscall/rw.c
kernel/syscall/stat.c
kernel/syscall/statvfs.c