pub fn sys_inotify_add_watch(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
fd: FdNumber,
user_path: UserCString,
mask: u32,
) -> Result<WdNumber, Errno>pub fn sys_inotify_add_watch(
locked: &mut Locked<Unlocked>,
current_task: &CurrentTask,
fd: FdNumber,
user_path: UserCString,
mask: u32,
) -> Result<WdNumber, Errno>