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

inotify_close

Function inotify_close 

Source
pub fn inotify_close(instance_id: u64) -> Result<(), KernelError>
Expand description

Destroy an inotify instance, removing all its watches.

§Arguments

  • instance_id - The inotify instance to destroy