PERFORCE change 99882 for review

John Baldwin jhb at FreeBSD.org
Fri Jun 23 18:36:42 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99882

Change 99882 by jhb at jhb_mutex on 2006/06/23 18:35:52

	ogetdirentries() now MPSAFE.

Affected files ...

.. //depot/projects/smpng/sys/kern/syscalls.master#73 edit

Differences ...

==== //depot/projects/smpng/sys/kern/syscalls.master#73 (text+ko) ====

@@ -304,7 +304,7 @@
 154	AUE_NULL	UNIMPL	nosys
 ; 155 is initialized by the NFS code, if present.
 155	AUE_NFSSVC	MNOIMPL	{ int nfssvc(int flag, caddr_t argp); }
-156	AUE_GETDIRENTRIES	COMPAT	{ int getdirentries(int fd, char *buf, \
+156	AUE_GETDIRENTRIES	MCOMPAT	{ int getdirentries(int fd, char *buf, \
 				    u_int count, long *basep); }
 157	AUE_STATFS	MCOMPAT4	{ int statfs(char *path, \
 				    struct ostatfs *buf); }


More information about the p4-projects mailing list