commit | 2651cc6974d47fc43bef1cd8cd26966e4f5ba306 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Oct 06 21:01:17 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 21 13:28:41 2014 +0400 |
tree | e2d37ac6ea82db341944ae30f7acb4432c85c2c9 | |
parent | 61e47e9b53fcaf9fe4c3d80b4aa86c5d1e040fcb [diff] |
xtensa: re-wire umount syscall to sys_oldumount 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. Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>