Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 21:26:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203201] on zfs extattr behaviour broken after unlink
Message-ID:  <bug-203201-8-McoeCN6FSf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203201-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203201-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203201

--- Comment #2 from justin@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203201-8-McoeCN6FSf>