freebsd-dev/sys/nfs
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
..
bootp_subr.c
krpc_subr.c
krpc.h
nfs_bio.c Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP. 1999-04-06 03:07:54 +00:00
nfs_common.c
nfs_common.h
nfs_node.c
nfs_nqlease.c
nfs_serv.c Suser() simplification: 1999-04-27 11:18:52 +00:00
nfs_socket.c Fixed printf format errors on alpha. 1999-04-24 11:29:48 +00:00
nfs_srvcache.c
nfs_subs.c
nfs_syscalls.c Suser() simplification: 1999-04-27 11:18:52 +00:00
nfs_vfsops.c Close a potential mbuf and/or mbuf cluster leak in the client-side NFS 1999-04-10 18:53:29 +00:00
nfs_vnops.c Reviewed by: Many at differnt times in differnt parts, 1999-03-12 02:24:58 +00:00
nfs.h
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nfsv2.h
nqnfs.h
rpcv2.h
xdr_subs.h