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

removexattr

Function removexattr 

Source
pub fn removexattr(inode: u64, name: &str) -> Result<(), KernelError>
Expand description

Remove a single extended attribute.

Returns an error if the attribute does not exist.