Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Feb 2018 18:32:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225793] pathconf(2) doesn't work in ZFS's .zfs directory
Message-ID:  <bug-225793-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 225793
           Summary: pathconf(2) doesn't work in ZFS's .zfs directory
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: asomers@FreeBSD.org

pathconf(2) doesn't work in the .zfs or .zfs/snapshot directory

[root@tom /tmp]# zpool create foo da0
[root@tom /tmp]# zfs set snapdir=3Dvisible foo
[root@tom /tmp]# zfs snapshot foo@1
[root@tom /tmp]# getconf ACL_EXTENDED /foo
0
[root@tom /tmp]# getconf ACL_EXTENDED /foo/.zfs
getconf: pathconf: ACL_EXTENDED: Invalid argument
[root@tom /tmp]# getconf ACL_EXTENDED /foo/.zfs/snapshot
getconf: pathconf: ACL_EXTENDED: Invalid argument
[root@tom /tmp]# getconf ACL_EXTENDED /foo/.zfs/snapshot/1
0

--=20
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-225793-8>