⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

inotify_rm_watch

Function inotify_rm_watch 

Source
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 instance
  • wd - The watch descriptor to remove (from inotify_add_watch)