]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 28 May 2005 13:23:42 +0000 (13:23 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 28 May 2005 13:23:42 +0000 (13:23 +0000)
commitd7b9187bff0fee92553076d0ecacd17c47a31b00
treec52e3690b7cefb5199eae4f258b34ee8c3230688
parent7cceedd6b591b46851affd7fe741abe2e24b1d87
Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based
on the their simply wrapping MPSAFE implementations of existing MPSAFE
system calls:

  getfsstat()
  lseek()
  stat()
  lstat()
  truncate()
  ftruncate()
  statfs()
  fstatfs()

Note that ogetdirentries() is not marked MPSAFE because it does not share
the MPSAFE implementation used for getdirentries(), and requires separate
locking to be implemented.
sys/kern/syscalls.master