Skip to content

Commit

Permalink
mcexec_sys_umount(): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bgerofi committed Nov 10, 2016
1 parent 69a5c53 commit e4b3a88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions executer/kernel/mcctrl/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,8 @@ long mcexec_sys_umount(struct sys_mount_desc *__user arg)

#ifdef MCCTRL_KSYM_sys_umount
ret = mcctrl_sys_umount(desc.dir_name, MNT_FORCE);
kprintf("%s: mcctrl_sys_umount: %d\n", __FUNCTION__, ret);
#else
ret = -EFAULT;
kprintf("%s: mcctrl_sys_umount not defined?\n", __FUNCTION__);
#endif

revert_creds(original);
Expand Down

0 comments on commit e4b3a88

Please sign in to comment.