Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 21:23:38 +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-aVm2BfReU4@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

Andriy Gapon <avg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avg@FreeBSD.org

--- Comment #1 from Andriy Gapon <avg@FreeBSD.org> ---
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.



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