pub fn inotify_rm_watch(instance_id: u64, wd: i32) -> Result<(), KernelError>Expand description
Remove a watch from an inotify instance.
§Arguments
instance_id- The inotify instancewd- The watch descriptor to remove (frominotify_add_watch)
pub fn inotify_rm_watch(instance_id: u64, wd: i32) -> Result<(), KernelError>Remove a watch from an inotify instance.
instance_id - The inotify instancewd - The watch descriptor to remove (from inotify_add_watch)