freebsd-dev/sys/nfsserver
Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
nfs_serv.c Suser() simplification: 1999-04-27 11:18:52 +00:00
nfs_srvcache.c Moved `#ifndef NFS_NOSERVER' after including nfs.h. 1998-07-02 12:41:42 +00:00
nfs_srvsock.c Fixed printf format errors on alpha. 1999-04-24 11:29:48 +00:00
nfs_srvsubs.c Fixed bitrot in NFS_ACDEBUG option. 1999-02-17 13:59:29 +00:00
nfs_syscalls.c Suser() simplification: 1999-04-27 11:18:52 +00:00
nfs.h Untangle the nfs send and receive queue locking a little. One lock 1999-02-25 00:03:51 +00:00
nfsm_subs.h Fix for creating files on a Solaris 7 server with NFSv3 (the request was 1998-12-25 10:34:27 +00:00
nfsproto.h For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
nfsrvcache.h For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
nfsrvstats.h Untangle the nfs send and receive queue locking a little. One lock 1999-02-25 00:03:51 +00:00