Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2006 18:36:41 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99882 for review
Message-ID:  <200606231836.k5NIafuv041233@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99882

Change 99882 by jhb@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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606231836.k5NIafuv041233>