···16031603 * constructed. Here we are modifying the current, active,16041604 * task_struct.16051605 */16061606-asmlinkage long sys_unshare(unsigned long unshare_flags)16061606+SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)16071607{16081608 int err = 0;16091609 struct fs_struct *fs, *new_fs = NULL;