Page MenuHomeFreeBSD

D19512.id54847.diff
No OneTemporary

D19512.id54847.diff

Index: sys/fs/tmpfs/tmpfs_vnops.c
===================================================================
--- sys/fs/tmpfs/tmpfs_vnops.c
+++ sys/fs/tmpfs/tmpfs_vnops.c
@@ -1381,6 +1381,11 @@
*retval = 64;
break;
+ case _PC_ACL_EXTENDED:
+ case _PC_ACL_NFS4:
+ *retval = 0; /* not supported */
+ break;
+
default:
error = vop_stdpathconf(v);
}

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 10:22 AM (9 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28567956
Default Alt Text
D19512.id54847.diff (357 B)

Event Timeline