https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203201
Andriy Gapon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andriy Gapon <[email protected]> --- I could be wrong but I think that ENOENT is returned not because the file is unlinked but because the attribute is not found. That is, UFS reports the condition as errno 87, but ZFS reports it as errno 2. That looks like a porting bug. You can easily check that by calling extattr_get_fd(<missing-attribute>) on a file that is not unlinked. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
