https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225793
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: [email protected]
Reporter: [email protected]
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=visible 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
--
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]"