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

cleanup_inode_xattrs

Function cleanup_inode_xattrs 

Source
pub fn cleanup_inode_xattrs(inode: u64)
Expand description

Remove all extended attributes for an inode.

Intended to be called when an inode is deleted. This is a no-op if the inode has no attributes.