remove mips/n32/64 stat struct hacks from syscall machinery
authorRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2019 23:07:32 +0000 (19:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2019 23:38:37 +0000 (19:38 -0400)
commitfa7d4218c7038cb4bd29cbdf693306118b324030
tree768d3898a9ec703ee09f426eb0fa33776b83b843
parent01ae3fc6d48f4a45535189b7a6db286535af08ca
remove mips/n32/64 stat struct hacks from syscall machinery

now that we have a kstat structure decoupled from the public struct
stat, we can just use the broken kernel structures directly and let
the code in fstatat do the translation.
arch/mips/kstat.h
arch/mips/syscall_arch.h
arch/mips64/kstat.h
arch/mips64/syscall_arch.h
arch/mipsn32/kstat.h
arch/mipsn32/syscall_arch.h