pub fn check_fs_node_removexattr_access( current_task: &CurrentTask, fs_node: &FsNode, name: &FsStr, ) -> Result<(), Errno>
Corresponds to the inode_removexattr() LSM hook.
inode_removexattr()