sys_chroot
asmlinkage long sys_chroot(const char __user *filename);
__SYSCALL(__NR_chroot, sys_chroot)
return __sysret(sys_chroot(path));