commit | 384043bf25cf9c87b3851e02a9c5f3497a2a106c | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Oct 06 21:01:17 2014 +0400 |
committer | chrmhoffmann <chrmhoffmann@gmail.com> | Sun Apr 05 10:20:56 2020 +0200 |
tree | f241b3d9ffd76bd3c24e483737b6a9c78334e4bf | |
parent | 41ba1a26d0f873ea903a50742cf9398d56c43fe8 [diff] |
xtensa: re-wire umount syscall to sys_oldumount commit 2651cc6974d47fc43bef1cd8cd26966e4f5ba306 upstream. Userspace actually passes single parameter (path name) to the umount syscall, so new umount just fails. Fix it by requesting old umount syscall implementation and re-wiring umount to it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> [lizf: Backported to 3.4: adjust filename] Signed-off-by: Zefan Li <lizefan@huawei.com>