[Bug 203201] on zfs extattr behaviour broken after unlink

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 18 21:26:10 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203201

--- Comment #2 from justin at specialbusservice.com ---
If the file is not unlinked I get attribute not found as expected (and as
documented in the man page)

 11141 luajit-2.0.4 CALL 
openat(AT_FDCWD,0x107550,0x601<O_WRONLY|O_CREAT|O_TRUNC>,0x1c0<S_IRUSR|S_IWUSR|S_IXUSR>)
 11141 luajit-2.0.4 NAMI  "XXXXYYYYZZZ452111141"
 11141 luajit-2.0.4 RET   openat 3
 11141 luajit-2.0.4 CALL  extattr_get_fd(0x3,0x1,0x1129d8,0,0)
 11141 luajit-2.0.4 RET   extattr_get_fd -1 errno 87 Attribute not found

So the behaviour is specifically related to unlinking, not the xattr behaviour.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list